Skip to content

Commit 005b7aa

Browse files
committed
Merge branch 'main' of https://github.com/vcian/laravel-db-auditor into main
2 parents 38f1d75 + eba89ae commit 005b7aa

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
@@ -80,6 +80,24 @@ If you want to check standalone feature then you can execute below artisan comma
8080

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

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+
<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>
94+
95+
96+
<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>
97+
98+
<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>
99+
100+
83101
## Changelog
84102

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

0 commit comments

Comments
 (0)