gadyb / laravel-model-view-generator
Laravel View CRUD Generator
Package info
github.com/brainpicker/laravel-view-crud-generator
pkg:composer/gadyb/laravel-model-view-generator
1.0
2016-06-28 13:03 UTC
Requires
- php: >=5.4.0
- barryvdh/laravel-ide-helper: >=2.1.4
- doctrine/dbal: ~2.3
This package is not auto-updated.
Last update: 2026-03-15 03:12:50 UTC
README
View CRUD Generation using barryvdh/ide-helper:models
Install
Require this package with composer using the following command:
composer require gadyb/laravel-model-view-generator
After updating composer, add the service provider to the providers array in config/app.php
GBarak\ViewCrudGenerator\ViewCrudServiceProvider::class,
Generating phpDocs for models
You need to require
barryvdh/laravel-ide-helperin your own composer.json to generate the phpDocs for the models. For usage please refer to https://github.com/barryvdh/laravel-ide-helper
Usage
php artisan vcgen:make PostModel --viewPath="path/to/output/views"
License
The Laravel View Crud Generator is open-sourced software licensed under the MIT license