Skip to content

Commit

Permalink
Merge pull request #36 from ruchit288/main
Browse files Browse the repository at this point in the history
Integrate WEB UI feature to access db auditor commands and output.
  • Loading branch information
ruchit288 committed Jul 3, 2023
2 parents 2f69182 + 9e8800b commit 8f742e6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## v1.7.0 [3rd July 2023]
- Integrate Web Page For Standard Check.
- Integrate Web Page for Constraint Page with Actions - Add primary key, index, foreign and unique keys.
- Minor bug fixing.

## v1.6.0 [15th June 2023]
- Folder structure change - Services replaced with Traits.

Expand Down
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,24 @@ If you want to check standalone feature then you can execute below artisan comma

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

## ACCESS WEB PAGE

You can also access this feature through WEB UI. To access web UI, kindly execute below command.

php artisan vendor:publish --tag=public

select "db-auditor"

Route - To access the web UI "/laravel-db-auditor"

<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>


<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>

<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>


## Changelog

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

0 comments on commit 8f742e6

Please sign in to comment.