laravel-migratize maintained by smousss
Description
Generate missing migrations using GPT-4.
Author
Last update
2023/04/24 14:02
(dev-main)
License
Downloads
696
Tags
database - migrations - laravel - artificial-intelligence - ai - gpt-3 - openai - chatgpt - gpt-4 - smousss - smousss-migratize

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).