howyi / conv-laravel
MySQL migration query auto generate on Laravel/Lumen
Fund package maintenance!
howyi
Installs: 236 375
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 1
Forks: 5
Open Issues: 0
Requires
- howyi/conv: ^2.0
- illuminate/console: ^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0
- illuminate/support: ^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0
This package is auto-updated.
Last update: 2025-01-18 10:28:22 UTC
README
MySQL migration query auto generate on Laravel/Lumen
Install
- require library (Laravel/Lumen)
composer require "howyi/conv-laravel" --dev
- publish config (only Laravel)
php artisan vendor:publish --provider="Howyi\ConvLaravel\ConvServiceProvider"
- schema initialize (Laravel/Lumen)
php artisan conv:reflect
generate CREATE queries on database/schemas
Usage
- edit CREATE query (in schema directory)
php artisan conv:generate
to generate migrations from actual Database - CREATE queriesphp artisan migrate
to migration