【更新履歴】 crud-d-scaffold v1.1.5 – スキーマ内の改行を無視するように修正(2016.06.09)
I edit to ignore carrige return in schema when execute “make:scaffold".
Then you can use command “make:scaffold" like below.
ex)
php artisan make:scaffold Apple --schema="
name:string,
apple_type_id:integer:unsigned
" --seeding
■Sourcode
https://github.com/dog-ears/crud-d-scaffold/commit/fcf0a09a0d7707896d4f9bf7ed90a8e96ddd4be1
Discussion
New Comments
This piece was a liajefcket that saved me from drowning.
Thank you for your comment.
I’m happy for my article help you.