mahdiaslami / laravel-mermaid
Create ER diagram based on the database by MermaidJS
Installs: 250
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/mahdiaslami/laravel-mermaid
Requires
- doctrine/dbal: ^3.6
- illuminate/support: ^8.0|^9.0|^10.0
Requires (Dev)
- laravel/pint: ^1.10
- orchestra/testbench: >=6
- phpunit/phpunit: ^9.0
README
Create ER diagram based on the database by MermaidJS
Installation
Via Composer
$ composer require mahdiaslami/laravel-mermaid
Usage
In your project workspace run php artisan mermaid, this command will show the er diagram code related to your database.
If you want to have link to mermaid live editor run php artisan mermaid --link.
Change log
Please see the changelog for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email mahdyaslami@gmail.com instead of using the issue tracker.
Credits
- [Mahdi Aslami Khavari][https://github.com/link-author]
- All Contributors
License
MIT. Please see the license file for more information.