Laragenerator Versions Save

DRY while starting a new Laravel idea.

1.5

7 years ago

1.4

7 years ago

Added model relationships support

1.3

7 years ago

NEW FEATURES

- Generate views with content - Templates are fully customizable

1.2

7 years ago

UPDATES

- command name now is `generate:resource` - `schema` argument is an option now. If it's not specified it will generate an empty migration with id and timestamps fields.

1.1

7 years ago

UPDATES

command name now is generate:resources --model option removed and became the first required argument --controller option removed --namespace option removed --schema option became the second required argument

NEW FEATURES

Controller namespace is generated while writing the model argument. generate:resources Backend/Admin/Article will generate ArticlesController in Http/Controllers/Backend/Admin. --without-model --without-controller --without-views --without-routes --without-migration

1.0

7 years ago
  • Controllers Namespaces.
  • Controllers.
  • Models.
  • Migrations.
  • Routes.
  • Views.