jabarihunt/mysql-model-builder
Composer 安装命令:
composer require jabarihunt/mysql-model-builder
包简介
A class that builds usable models based on your MySQL database tables.
README 文档
README
A development utility that creates CRUD models from your MySQL database tables.
Getting Started
Once the below conditions are met, you can build usable models for your entire database...
Prerequisites
- PHP 8+
- .env file in your project with DB credentials
Installing
Run the following command in the same directory as your project's composer.json file:
composer require --dev jabarihunt/mysql-model-builder
This will install the tool as a development dependency. Remember, you should always run the following before deploying to production:
composer install --no-dev
Usage
Contributing
- Fork Repository
- Create a descriptive branch name
- Make edits to your branch
- Squash (Rebase) your commits
- Create a pull request
License
This project is licensed under the MIT License - see the LICENSE.md file for details
统计信息
- 总下载量: 71
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-03-08