You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,24 @@ If you want to check standalone feature then you can execute below artisan comma
80
80
81
81
You have to set your database name with _DB_DATABASE_ parameter in you laravel .env file to use this feature.
82
82
83
+
## ACCESS WEB PAGE
84
+
85
+
You can also access this feature through WEB UI. To access web UI, kindly execute below command.
86
+
87
+
php artisan vendor:publish --tag=public
88
+
89
+
select "db-auditor"
90
+
91
+
Route - To access the web UI "/laravel-db-auditor"
92
+
93
+
<palign="center"><imgsrc="https://raw.githubusercontent.com/vcian/art/main/laravel-db-auditor/db-standard-ui.png"width="100%"alt="Laravel DB Auditor UI"></p>
94
+
95
+
96
+
<palign="center"><imgsrc="https://raw.githubusercontent.com/vcian/art/main/laravel-db-auditor/db-standard-details-ui.png"width="100%"alt="Laravel DB Auditor UI"></p>
97
+
98
+
<palign="center"><imgsrc="https://raw.githubusercontent.com/vcian/art/main/laravel-db-auditor/db-constraint-ui.png"width="100%"alt="Laravel DB Auditor UI"></p>
99
+
100
+
83
101
## Changelog
84
102
85
103
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
0 commit comments