wegnermedia / generators
A handy generators tool for rocket applications
0.0.1
2015-06-16 08:51 UTC
Requires
- php: >=5.4.0
- illuminate/support: ~5.0
This package is not auto-updated.
Last update: 2024-11-09 18:48:44 UTC
README
Rocket Generators tool
Installation
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' ]