2017 © Pedro Peláez
 

library scafold

To add scafold to Laravel 5.1

image

bestmomo/scafold

To add scafold to Laravel 5.1

  • Wednesday, October 5, 2016
  • by bestmomo
  • Repository
  • 13 Watchers
  • 126 Stars
  • 36,828 Installations
  • HTML
  • 3 Dependents
  • 0 Suggesters
  • 51 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

Scafold

Installation Laravel 5.3

To install on Laravel 5.3 go to Scafold 5.3., (*1)

Installation Laravel 5.1

You can install this package by using Composer, running this command:, (*2)

    composer require bestmomo/scafold

The next required step is to add the service provider to config/app.php :, (*3)

    Bestmomo\Scafold\ScafoldServiceProvider::class,

Publish

The last required step is to publish views and assets in your application with :, (*4)

    php artisan vendor:publish

If you get the error, (*5)

    Nothing to publish for tag []!

Then run this command :, (*6)

    php artisan config:clear

Congratulations, you have successfully installed Scafold !, (*7)

The Versions

05/10 2016

dev-master

9999999-dev http://github.com/bestmomo/scafold

To add scafold to Laravel 5.1

  Sources   Download

MIT

The Requires

 

30/09 2015

V1.0.0

1.0.0.0 http://github.com/bestmomo/scafold

To add scafold to Laravel 5.1

  Sources   Download

MIT

The Requires