| Package Data | |
|---|---|
| Maintainer Username: | wegnermedia |
| Maintainer Contact: | stefan@wegnermedia.de (Stefan Wegner) |
| Package Create Date: | 2015-06-16 |
| Package Last Update: | 2015-06-16 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-23 15:01:40 |
| Package Statistics | |
|---|---|
| Total Downloads: | 11 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Rocket Generators tool
Per usual, install through Composer.
"wegnermedia/generators": "dev-master"
Next, update app/config/app.php to include a reference to this package's service provider in the providers array.
'providers' => [
'Wegnermedia\Generators\GeneratorsServiceProvider'
]