Skip to content

Commit 8f742e6

Browse files
authored
Merge pull request #36 from ruchit288/main
Integrate WEB UI feature to access db auditor commands and output.
2 parents 2f69182 + 9e8800b commit 8f742e6

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to `laravel-db-auditor` will be documented in this file
44

5+
## v1.7.0 [3rd July 2023]
6+
- Integrate Web Page For Standard Check.
7+
- Integrate Web Page for Constraint Page with Actions - Add primary key, index, foreign and unique keys.
8+
- Minor bug fixing.
9+
510
## v1.6.0 [15th June 2023]
611
- Folder structure change - Services replaced with Traits.
712

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,24 @@ If you want to check standalone feature then you can execute below artisan comma
7373

7474
You have to set your database name with _DB_DATABASE_ parameter in you laravel .env file to use this feature.
7575

76+
## ACCESS WEB PAGE
77+
78+
You can also access this feature through WEB UI. To access web UI, kindly execute below command.
79+
80+
php artisan vendor:publish --tag=public
81+
82+
select "db-auditor"
83+
84+
Route - To access the web UI "/laravel-db-auditor"
85+
86+
<p align="center"><img src="https://raw.githubusercontent.com/vcian/art/main/laravel-db-auditor/db-standard-ui.png" width="100%" alt="Laravel DB Auditor UI"></p>
87+
88+
89+
<p align="center"><img src="https://raw.githubusercontent.com/vcian/art/main/laravel-db-auditor/db-standard-details-ui.png" width="100%" alt="Laravel DB Auditor UI"></p>
90+
91+
<p align="center"><img src="https://raw.githubusercontent.com/vcian/art/main/laravel-db-auditor/db-constraint-ui.png" width="100%" alt="Laravel DB Auditor UI"></p>
92+
93+
7694
## Changelog
7795

7896
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

0 commit comments

Comments
 (0)