Package Data | |
---|---|
Maintainer Username: | howyi |
Maintainer Contact: | howyi.lq@gmail.com (Hayashi Takuya) |
Package Create Date: | 2018-08-25 |
Package Last Update: | 2024-04-18 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-02-06 03:11:16 |
Package Statistics | |
---|---|
Total Downloads: | 235,595 |
Monthly Downloads: | 9,492 |
Daily Downloads: | 362 |
Total Stars: | 6 |
Total Watchers: | 1 |
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