wegnermedia/generators

A handy generators tool for rocket applications

0.0.1 2015-06-16 08:51 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:44:45 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'
]