定制 roberto910907/laravel-database-designer 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

roberto910907/laravel-database-designer

最新稳定版本:v0.1.0

Composer 安装命令:

composer require roberto910907/laravel-database-designer

包简介

Laravel database UI designer and model generator

README 文档

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

This package aims to ease interaction with databases when developing a Laravel application. The main goal is to automate the models and migrations generation.

Screenshot

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

GitHub 信息

  • Stars: 8
  • Watchers: 3
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-12-03