smousss/laravel-migratize
最新稳定版本:0.1.2
Composer 安装命令:
composer require smousss/laravel-migratize
包简介
Generate missing migrations using GPT-4.
关键字:
README 文档
README
Enjoy the convenience of migrations again
Whether you are using MariaDB, MySQL, Oracle, PostgreSQL, SQLite, SQL server, or anything else, Smousss generates the missing migrations based on what's currently in your database using the power of GPT-4.
Installation
Install the package via Composer:
composer require smousss/laravel-migratize
Publish the config file:
php artisan vendor:publish --tag=migratize-config
Usage
First, generate a secret key on smousss.com.
Then, generate your migrations:
php artisan smousss:migratize
Credit
Migratize for Laravel has been developed by Benjamin Crozat for Smousss (Twitter).
License
统计信息
- 总下载量: 696
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-04-09
