2017 © Pedro PelĂĄez
 

library xfscaffold

Extend Laravel 5.5 generators scaffold.

image

xf/xfscaffold

Extend Laravel 5.5 generators scaffold.

  • Saturday, November 25, 2017
  • by osktgui
  • Repository
  • 0 Watchers
  • 0 Stars
  • 68 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 11 % Grown

The README.md

Laravel 5.x Scaffold Generator

Usage

Step 1: Install Through Composer

composer require xf/xfscaffold:dev-master --dev
add:
"required": {
    ...
    ...
    "webpatser/laravel-uuid": "^2.0"
}

Step 2: Add the Service Provider

Open config/app.php and, to your providers array at the bottom, add:, (*1)

xf\xfscaffold\GeneratorsServiceProvider::class

Step 3: Run Artisan!

You're all set. Run php artisan from the console, and you'll see the new commands make:scaffold., (*2)

Examples

Use this command to generator scaffolding of Test in your project:, (*3)

php artisan make:scaffold Test

This command will generate:, (*4)

app/Models/Test.php
app/Http/Controllers/Api/TestController.php
app/Http/Request/TestStore.php
app/Repositories/Test.php
app/Services/Test.php

Collaborators

Luis OscĂĄtegui, (*5)

The Versions

25/11 2017

dev-master

9999999-dev

Extend Laravel 5.5 generators scaffold.

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

by Luis OscĂĄtegui

laravel generators scaffold laravel5