Download the PHP package wanglelecc/laracms-generator without Composer
On this page you can find all versions of the php package wanglelecc/laracms-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download wanglelecc/laracms-generator
More information about wanglelecc/laracms-generator
Files in wanglelecc/laracms-generator
Download wanglelecc/laracms-generator
More information about wanglelecc/laracms-generator
Files in wanglelecc/laracms-generator
Vendor wanglelecc
Package laracms-generator
Short Description Extend LaraCMS generators scaffold.
License MIT
Package laracms-generator
Short Description Extend LaraCMS generators scaffold.
License MIT
Please rate this library. Is it a good library?
Informations about the package laracms-generator
LaraCMS Scaffold Generator
LaraCMS Scaffold Generator, for Laravel 5.7
Install
Step 1: Install Through Composer
Step 2: Run Artisan!
You're all set. Run php artisan
from the console, and you'll see the new commands make:laracms-administrator
.
Examples
Use this command to generator scaffolding of Project in your project:
php artisan make:scaffold Projects --schema="name:string:index,description:text:nullable,subscriber_count:integer:unsigned:default(0)"
This command will generate:
Explain
Generate the following:
- Migration
- Seed, add ModelFactory entry, and DatabaseSeeder entry
- Base Model class, Model and helper trait
- Resource Controller
- Base FormRequest class and StoreRequest, UpdateRequest
- Policy and Policy base class, auto register AuthServiceProvider class
- Update routes file to register resource route
- Add error page view
- Create and Edit action share the same view
All versions of laracms-generator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.3
The package wanglelecc/laracms-generator contains the following files
Loading the files please wait ....