roberto910907/laravel-database-designer
最新稳定版本:v0.1.0
Composer 安装命令:
composer require roberto910907/laravel-database-designer
包简介
Laravel database UI designer and model generator
关键字:
README 文档
README
This package aims to ease interaction with databases when developing a Laravel application. The main goal is to automate the models and migrations generation.
Still in Development
Note: This package is in development :(
TODO List
Read actions are implemented first
- Adjust the database name and version based on the Abstract Platform(doctrine/dbal)
- Show table relationships
- Left panel search bar and table + column icons
- Tree Navigator and Designer section headers
- ERD actions(zoom in, zoom out, fit, reset, drop table, add relationship)
- Right panel with table and column information and config options
- Collapsed left panel with main menus including: Diagram, Migration, History, etc
- Migration menu should show executed and pending migrations
- Use the laravel-console-generator to create the model and migration automatically
- Write documentation
- Write unit, functional and E2E tests
- History of changes in the schema (menu)
Installation
You can install the package via composer:
composer require roberto910907/laravel-database-designer
You can publish the config file with:
php artisan vendor:publish --tag="laravel-database-designer-config"
This is the contents of the published config file:
return [
];
Credits
统计信息
- 总下载量: 28
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-12-03
