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.
Install the package via Composer:
composer require smousss/laravel-migratize
Publish the config file:
php artisan vendor:publish --tag=migratize-config
First, generate a secret key on smousss.com.
Then, generate your migrations:
php artisan smousss:migratize
Migratize for Laravel has been developed by Benjamin Crozat for Smousss (Twitter).