bestmomo/scafold

To add scafold to Laravel 5.1
48,856 118
Install
composer require bestmomo/scafold
Latest Version:V1.0.0
PHP:>=5.4.0
License:MIT
Last Updated:Oct 5, 2016
Links: GitHub  ·  Packagist
Maintainer: bestmomo

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 !

Related Packages

spatie/laravel-google-fonts

Manage self-hosted Google Fonts in Laravel apps

1,322,458 494
tightenco/jigsaw

Simple static sites with Laravel's Blade.

463,499 2,251
roquie/laravel-dusk-select2

Select2.js support for the Laravel Dusk testing.

365,584 41
haruncpi/laravel-log-reader

A simple and beautiful laravel log reader

348,600 380
laravel-frontend-presets/argon

Laravel 9.x Front-end preset for argon

258,150 233