jake-rw/vcrud-generator

View and CRUD generator

2.0.4 2020-08-28 13:54 UTC

This package is auto-updated.

Last update: 2024-04-28 23:51:37 UTC


README

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.