| Package Data | |
|---|---|
| Maintainer Username: | mpaleo |
| Maintainer Contact: | github@michaelpaleo.com (Michael Paleo) |
| Package Create Date: | 2016-01-19 |
| Package Last Update: | 2016-03-05 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-04 15:01:23 |
| Package Statistics | |
|---|---|
| Total Downloads: | 32 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 5 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
This is a package for mpaleo/scaffolder
Add the package to your composer.json
...
"mpaleo/scaffolder-extension": "dev-master",
...
Update
composer update
Add the service provider to the providers array in {laravel-root}\config\app.php
...
ScaffolderExtension\ScaffolderExtensionServiceProvider::class,
...
The scaffolder extension package is licensed under the MIT license