diff --git a/CHANGELOG.md b/CHANGELOG.md index c1935be..bbb0591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index e8a9bee..6d91a0b 100644 --- a/README.md +++ b/README.md @@ -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" + +
+ + + + + + + ## Changelog Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.