2017 © Pedro Peláez
 

library l5scaffold

Extend Laravel 5's generators scaffold.

image

laralib/l5scaffold

Extend Laravel 5's generators scaffold.

  • Tuesday, April 11, 2017
  • by fernandobritofl
  • Repository
  • 23 Watchers
  • 313 Stars
  • 37,372 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 124 Forks
  • 24 Open issues
  • 14 Versions
  • 4 % Grown

The README.md

Laravel 5.x Scaffold Generator

Travis Packagist Tag, (*1)

Usage

Step 1: Install Through Composer

composer require 'laralib/l5scaffold' --dev

Step 2: Add the Service Provider

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

Laralib\L5scaffold\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., (*3)

Examples

Use this command to generator scaffolding of Tweet in your project:, (*4)

php artisan make:scaffold Tweet \
    --schema="title:string:default('Tweet #1'), body:text"

or with more options, (*5)

php artisan make:scaffold Tweet \
    --schema="title:string:default('Tweet #1'), body:text" \
    --ui="bs3" \
    --prefix="admin"

This command will generate:, (*6)

app/Tweet.php
app/Http/Controllers/TweetController.php

database/migrations/201x_xx_xx_xxxxxx_create_tweets_table.php
database/seeds/TweetTableSeeder.php

resources/views/layout.blade.php
resources/views/tweets/index.blade.php
resources/views/tweets/show.blade.php
resources/views/tweets/edit.blade.php
resources/views/tweets/create.blade.php

After don't forget to run:, (*7)

php artisan migrate

Custom stub

Create a new folder inside Stubs > views with your UI name custom image, (*8)

Custom fields in Stubs > views > **ui-name** > fields, (*9)

Custom pages in Stubs > views > **ui-name** > pages, (*10)


, (*11)

:thought_balloon: Send us your ideas. (creating issues), (*12)

Collaborators

Fernando Brito br/Sylvio Tavares br/Raphael Heitor br/Alfred Nutile br/Sazzad Hossain Khan br/Alexander Makhaev br/Adam Brown br/TJ Webb br/Tsaganos Tolis br/Ryan Gurnick, (*13)

The Versions

11/04 2017

dev-master

9999999-dev

Extend Laravel 5's generators scaffold.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Fernando Brito

laravel generators scaffold laravel5

21/09 2016

dev-develop

dev-develop

Extend Laravel 5's generators scaffold.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Fernando Brito

laravel generators scaffold laravel5

05/07 2016

1.0.10

1.0.10.0

Extend Laravel 5's generators scaffold.

  Sources   Download

MIT

The Requires

 

by Fernando Brito

laravel generators scaffold laravel5

28/06 2016

1.0.9

1.0.9.0

Extend Laravel 5's generators scaffold.

  Sources   Download

MIT

The Requires

 

by Fernando Brito

laravel generators scaffold laravel5

28/06 2016

1.0.8

1.0.8.0

Extend Laravel 5's generators scaffold.

  Sources   Download

MIT

The Requires

 

by Fernando Brito

laravel generators scaffold laravel5

25/06 2016

1.0.7

1.0.7.0

Extend Laravel 5's generators scaffold.

  Sources   Download

MIT

The Requires

 

by Fernando Brito

laravel generators scaffold laravel5

23/06 2016

dev-laravel-5.1

dev-laravel-5.1

Extend Laravel 5's generators scaffold.

  Sources   Download

MIT

The Requires

 

by Fernando Brito

laravel generators scaffold laravel5

23/06 2016

1.0.6

1.0.6.0

Extend Laravel 5's generators scaffold.

  Sources   Download

MIT

The Requires

 

by Fernando Brito

laravel generators scaffold laravel5

22/04 2016

1.0.5

1.0.5.0

Extend Laravel 5's generators scaffold.

  Sources   Download

MIT

The Requires

 

by Fernando Brito

laravel generators scaffold laravel5

03/10 2015

1.0.4

1.0.4.0

Extend Laravel 5's generators scaffold.

  Sources   Download

MIT

The Requires

 

by Fernando Brito

laravel generators scaffold laravel5

02/10 2015

1.0.3

1.0.3.0

Extend Laravel 5's generators scaffold.

  Sources   Download

MIT

The Requires

 

by Fernando Brito

laravel generators scaffold laravel5

29/04 2015

1.0.2

1.0.2.0

Extend Laravel 5's generators scaffold.

  Sources   Download

MIT

The Requires

 

by Fernando Brito

laravel generators scaffold laravel5

24/04 2015

1.0.1

1.0.1.0

Extend Laravel 5's generators scaffold.

  Sources   Download

MIT

The Requires

 

by Fernando Brito

laravel generators scaffold laravel5

23/04 2015

1.0

1.0.0.0

Extend Laravel 5's generators scaffold.

  Sources   Download

MIT

The Requires

 

by Fernando Brito

laravel generators scaffold laravel5