Hi! Everyone.
Now I made a package for Laravel Database to DBML
This first time for me to make Composer Packages, If you have any suggestions please comment.
.
Usage: composer require aphisitworachorch/kacher
Github for Issues : aphisitworachorch/kacher: Laravel DB (Doctrine) to DBML (dbdiagram.io / dbdocs.io) (github.com)
Usage
- For listing all tables in database : php artisan dbml:list
- For Parse from DB to DBML : php artisan dbml:parse
1 Like
Thank you for your contribution, @arsanandha! Really appreciate your work.
We’ll give it a try & consider adding it in the “Community Contributions” section of DBML.
1 Like
Thanks , If you have any problems please comment. I will improve my package
1 Like
Hi @arsanandha, please take a look at this test Kacher package.
After some workaround, the package works great but need some configuration and may not compatible with many Laravel versions. It would be great if you can improve your package furthermore.
We will add your package to DBML Community Contributions, thank you for your contribution!