siaoynli / laravel-migrations-generator
Generates Laravel Migrations from an existing database
1.0.4
2021-01-11 08:11 UTC
Requires
- php: ^7.0
- doctrine/dbal: ~2.10
- illuminate/support: ^5.0 || ^6.0 || ^7.0 || ^8.0
- siaoynli/laravel-generators: ^1.0
Requires (Dev)
- illuminate/cache: >=6.0
- illuminate/console: >=6.0
- mockery/mockery: >=1.0.3
- phpunit/phpunit: >=8.0
README
Generate Laravel Migrations from an existing database, including indexes and foreign keys!
Laravel 6 installation
The recommended way to install this is through composer:
composer require siaoynli/laravel-migrations-generator --dev
In Laravel 5.5+ the service providers will automatically get registered.
Usage
php artisan migrate:generate
Changelog
Changelog for Laravel Migrations Generator
v1.0.3
fork from https://github.com/oscarafdev/migrations-generator fix bug support laravel 8+
Thank You
Thanks to Jeffrey Way for his amazing Laravel-4-Generators package. This package depends greatly on his work.
License
The Laravel Migrations Generator is open-sourced software licensed under the MIT license