Download the PHP package ramosmerino/laravel-5-rest-api-scaffold without Composer
On this page you can find all versions of the php package ramosmerino/laravel-5-rest-api-scaffold. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ramosmerino/laravel-5-rest-api-scaffold
More information about ramosmerino/laravel-5-rest-api-scaffold
Files in ramosmerino/laravel-5-rest-api-scaffold
Download ramosmerino/laravel-5-rest-api-scaffold
More information about ramosmerino/laravel-5-rest-api-scaffold
Files in ramosmerino/laravel-5-rest-api-scaffold
Vendor ramosmerino
Package laravel-5-rest-api-scaffold
Short Description Creates Migrations, Seeders, Factories, Tests, Models, Controllers and Resources with one command. Delete everything with another.
License MIT
Package laravel-5-rest-api-scaffold
Short Description Creates Migrations, Seeders, Factories, Tests, Models, Controllers and Resources with one command. Delete everything with another.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-5-rest-api-scaffold
Laravel 5 REST API Scaffold
If you're familiar with Laravel 5 Generators Extended, then this is basically the same thing but with only one command and some nice things.
Commands
scaffold:create --model --schema
Creates Migration, Seeder, Factory, Test, Model, Controller and Resource.scaffold:flush
Drop Tables, Views, Triggers and Procedures without touching the Grants.
:warning: Only scaffold:create is full operative. Don't use scaffold:flush if you don't understand the code.
Usage on Laravel 5.5
Step 1: Install Through Composer
Step 2: Run Artisan
Run php artisan
from the console, and you'll see the new commands in the scaffold:*
namespace section.
Example
In a fresh Laravel installation should return:
app\Dog.php
app\Http\Controllers\DogController.php
All versions of laravel-5-rest-api-scaffold with dependencies
PHP Build Version
Package Version
The package ramosmerino/laravel-5-rest-api-scaffold contains the following files
Loading the files please wait ....