aphisitworachorch / kacher
Kacher is Laravel DB to DBML (dbdiagram.io/dbdocs.io)
Installs: 63 966
Dependents: 0
Suggesters: 0
Security: 0
Stars: 24
Watchers: 3
Forks: 6
Open Issues: 1
Type:package
Requires
- php: ^8.1
- illuminate/support: ^10.37|^11.0
Requires (Dev)
- orchestra/testbench: ^8.0|^9.0
This package is auto-updated.
Last update: 2024-11-19 10:09:53 UTC
README
Kacher
Install
composer require aphisitworachorch/kacher
Usage
- For listing all tables in database : php artisan dbml:list (custom type --custom)
- For Parse from DB to DBML : php artisan dbml:parse (custom type --custom / dbdocs abilities --dbdocs)
Customizable Type
- Store file in /storage/app/custom_type.json
- Example
- { "type": "target_type" }
Credits
Security
If you discover any security-related issues, please email arsanandha.ap@gmail.com instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.