smousss/laravel-migratize

Generate missing migrations using GPT-4.

0.1.2 2023-04-20 09:41 UTC

This package is auto-updated.

Last update: 2024-04-24 14:14:00 UTC


README

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