| Package Data | |
|---|---|
| Maintainer Username: | bestmomo |
| Maintainer Contact: | taylorotwell@gmail.com (Taylor Otwell) |
| Package Create Date: | 2015-05-17 |
| Package Last Update: | 2016-10-05 |
| Language: | HTML |
| License: | MIT |
| Last Refreshed: | 2025-11-06 15:02:14 |
| Package Statistics | |
|---|---|
| Total Downloads: | 47,883 |
| Monthly Downloads: | 94 |
| Daily Downloads: | 7 |
| Total Stars: | 118 |
| Total Watchers: | 14 |
| Total Forks: | 39 |
| Total Open Issues: | 0 |
To install on Laravel 5.3 go to Scafold 5.3.
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,
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 !