• Stars
    star
    117
  • Rank 300,842 (Top 6 %)
  • Language
    HTML
  • Created over 9 years ago
  • Updated about 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

To add scafold to Laravel 5.1

Scafold

Installation Laravel 5.3

To install on Laravel 5.3 go to Scafold 5.3.

Installation Laravel 5.1

You can install this package by using Composer, running this command:

    composer require bestmomo/scafold

The next required step is to add the service provider to config/app.php :

    Bestmomo\Scafold\ScafoldServiceProvider::class,

Publish

The last required step is to publish views and assets in your application with :

    php artisan vendor:publish

If you get the error

    Nothing to publish for tag []!

Then run this command :

    php artisan config:clear

Congratulations, you have successfully installed Scafold !