Package Data | |
---|---|
Maintainer Username: | brainpicker |
Maintainer Contact: | gadybarak@gmail.com (gadyb) |
Package Create Date: | 2016-05-15 |
Package Last Update: | 2016-06-28 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-01-11 15:02:51 |
Package Statistics | |
---|---|
Total Downloads: | 91 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 1 |
Total Forks: | 1 |
Total Open Issues: | 0 |
View CRUD Generation using barryvdh/ide-helper:models
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,
You need to require
barryvdh/laravel-ide-helper
in your own composer.json to generate the phpDocs for the models. For usage please refer to https://github.com/barryvdh/laravel-ide-helper
php artisan vcgen:make PostModel --viewPath="path/to/output/views"
The Laravel View Crud Generator is open-sourced software licensed under the MIT license