jakerw/vcrud-generator

View and CRUD generator


Keywords
jake-rw, vcrud-generator
License
MIT

Documentation

VCrud Generator

Latest Version on Packagist Build Status Quality Score Total Downloads

The package is a Utility tool briging together a number of Laravels console commands to so save the manual leg work. The following laravel commands have been bolted un:

php artisan make:model 
php artisan make:controller 
php artisan make:tests
php artisan and adding view creation 

Installation

You can install the package via composer:

composer require jake-rw/vcrud-generator

Usage

Running the below will work all sorts of magic. In the background it will be creating the following by simply passing in a Model name as an argument:

  • Model
  • Migration
  • Backend Controller
  • Backend Requests
  • Backend views based on AdminLTE
  • Initial Tests
php artisan make:vrud Phone

Credits

License

The MIT License (MIT). Please see License File for more information.