Download the PHP package laraviet/l5scaffold without Composer
On this page you can find all versions of the php package laraviet/l5scaffold. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download laraviet/l5scaffold
More information about laraviet/l5scaffold
Files in laraviet/l5scaffold
Download laraviet/l5scaffold
More information about laraviet/l5scaffold
Files in laraviet/l5scaffold
Vendor laraviet
Package l5scaffold
Short Description Extend Laravel 5's generators scaffold.
License MIT
Package l5scaffold
Short Description Extend Laravel 5's generators scaffold.
License MIT
Please rate this library. Is it a good library?
Informations about the package l5scaffold
Laravel 5 Scaffold Generator
This is a scaffold generator for Laravel 5.
NOTE
For Laravel 5.2 or below, please use version 1.0.8
Usage
Step 1: Install Through Composer
Step 2: Add the Service Provider
Open config/app.php
and, to your providers array at the bottom, add:
Step 3: Run Artisan!
You're all set. Run php artisan
from the console, and you'll see the new commands make:scaffold
.
Examples
This command will generate:
And don't forget to run:
Step 4: Add Validation Rules!
Open app/Http/Requests/TweetRequest.php
and add validation rules at rules() method
Step 5: Customize How Validation Error Message Display!
Open config/error_display.php
and update config:
Views location for error message: resources/views/layout/error_display/
Scaffold Screenshot
All versions of l5scaffold with dependencies
PHP Build Version
Package Version
The package laraviet/l5scaffold contains the following files
Loading the files please wait ....