Skip to content

Generate missing migrations for every model.

License

Notifications You must be signed in to change notification settings

smousss/laravel-migratize

Repository files navigation

Migratize

Enjoy the convenience of migrations again

Latest Version on Packagist GitHub Tests Action Status Total Downloads

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

MIT