Skip to content

Commit

Permalink
Merge pull request #39 from ruchit288/main
Browse files Browse the repository at this point in the history
Add an art folder with screenshots.
  • Loading branch information
ruchit288 authored Jan 18, 2024
2 parents eba89ae + 7726e24 commit 945e9ec
Show file tree
Hide file tree
Showing 16 changed files with 507 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center"><img src="https://raw.githubusercontent.com/vcian/art/main/laravel-db-auditor/laravel-db-auditor-hr.svg" width="50%" alt="Logo Laravel DB Auditor"></p>
<p align="center"><img src="art/laravel-db-auditor-hr.svg" width="50%" alt="Logo Laravel DB Auditor"></p>

![Packagist License](https://img.shields.io/packagist/l/vcian/laravel-db-auditor?style=for-the-badge)
[![Total Downloads](https://img.shields.io/packagist/dt/vcian/laravel-db-auditor?style=for-the-badge)](https://packagist.org/packages/vcian/laravel-db-auditor)
Expand Down Expand Up @@ -41,13 +41,13 @@ If you want to check standalone feature then you can execute below artisan comma
> Below example give insights about the how to see constraints in table and how to add.
>
<p align="center"><img src="https://raw.githubusercontent.com/vcian/art/main/laravel-db-auditor/db-constraint-select-table.png" width="100%" alt="Logo Laravel DB Auditor"></p>
<p align="center"><img src="art/db-constraint-select-table.png" width="100%" alt="Logo Laravel DB Auditor"></p>

<p align="center"><img src="https://raw.githubusercontent.com/vcian/art/main/laravel-db-auditor/db-constraint-display-table-details.png" width="100%" alt="Logo Laravel DB Auditor"></p>
<p align="center"><img src="art/db-constraint-display-table-details.png" width="100%" alt="Logo Laravel DB Auditor"></p>

<p align="center"><img src="https://raw.githubusercontent.com/vcian/art/main/laravel-db-auditor/db-constraint-add.png" width="100%" alt="Logo Laravel DB Auditor"></p>
<p align="center"><img src="art/db-constraint-add.png" width="100%" alt="Logo Laravel DB Auditor"></p>

<p align="center"><img src="https://raw.githubusercontent.com/vcian/art/main/laravel-db-auditor/db-constraint-result.png" width="100%" alt="Logo Laravel DB Auditor"></p>
<p align="center"><img src="art/db-constraint-result.png" width="100%" alt="Logo Laravel DB Auditor"></p>


---
Expand All @@ -61,11 +61,11 @@ If you want to check standalone feature then you can execute below artisan comma
> Below example give insights of database standards reports and suggestions.
>
>
<p align="center"><img src="https://raw.githubusercontent.com/vcian/art/main/laravel-db-auditor/db-standard-cmd-1.png" width="100%" alt="Logo Laravel DB Auditor"></p>
<p align="center"><img src="art/db-standard-cmd-1.png" width="100%" alt="Logo Laravel DB Auditor"></p>
<p align="center"><img src="https://raw.githubusercontent.com/vcian/art/main/laravel-db-auditor/db-standard-table-report-1.png" width="100%" alt="Logo Laravel DB Auditor"></p>
<p align="center"><img src="art/db-standard-table-report-1.png" width="100%" alt="Logo Laravel DB Auditor"></p>

<p align="center"><img src="https://raw.githubusercontent.com/vcian/art/main/laravel-db-auditor/db-standard-table-report-2.png" width="100%" alt="Logo Laravel DB Auditor"></p>
<p align="center"><img src="art/db-standard-table-report-2.png" width="100%" alt="Logo Laravel DB Auditor"></p>

---
> #### **php artisan db:track**
Expand All @@ -90,12 +90,12 @@ 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="art/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="art/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>
<p align="center"><img src="art/db-constraint-ui.png" width="100%" alt="Laravel DB Auditor UI"></p>


## Changelog
Expand Down
Binary file added art/artisan-db-audit-cmd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/db-constraint-add.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/db-constraint-display-table-details.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/db-constraint-result.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/db-constraint-select-table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/db-constraint-ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/db-standard-cmd-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/db-standard-details-ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/db-standard-table-report-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/db-standard-table-report-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/db-standard-ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/laravel-db-auditor-hr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
249 changes: 249 additions & 0 deletions art/laravel-db-auditor-hr.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/laravel-db-auditor-vr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
247 changes: 247 additions & 0 deletions art/laravel-db-auditor-vr.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 945e9ec

Please sign in to comment.