Laravel 5 CRUD Generation and Scaffolding

Описание к видео Laravel 5 CRUD Generation and Scaffolding

If you're getting Undefined Offset:1 error try the following crud:generate syntax (for version 1.0 of appzcoder/crud-generator):

php artisan crud:generate Posts --fields="title:string, body:text"

Laravel 5 CRUD Generation and Scaffolding with appzcoder composer package!

This will generate your Models, Views, Controllers, Migrations, and also include your routes! This is a great way to develop and really decreases development time!

Комментарии

Информация по комментариям в разработке