Package Data | |
---|---|
Maintainer Username: | howyi |
Maintainer Contact: | howyi.lq@gmail.com (Hayashi Takuya) |
Package Create Date: | 2018-08-25 |
Package Last Update: | 2025-06-17 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-06-29 03:11:04 |
Package Statistics | |
---|---|
Total Downloads: | 272,604 |
Monthly Downloads: | 7,090 |
Daily Downloads: | 24 |
Total Stars: | 7 |
Total Watchers: | 0 |
Total Forks: | 6 |
Total Open Issues: | 0 |
MySQL migration query auto generate on Laravel/Lumen
composer require "howyi/conv-laravel" --dev
php artisan vendor:publish --provider="Howyi\ConvLaravel\ConvServiceProvider"
php artisan conv:reflect
generate CREATE queries on database/schemas
php artisan conv:generate
to generate migrations from actual Database - CREATE queriesphp artisan migrate
to migration