Skip to content

brainpicker/laravel-view-crud-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel View Crud Generator

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-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

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

About

View CRUD Generation using barryvdh/ide-helper:models

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages