Skip to content
This repository has been archived by the owner on Dec 27, 2020. It is now read-only.

Releases: AbdelilahLbardi/laragenerator

Fixing larval 5.4 compatibility

16 Feb 12:17
Compare
Choose a tag to compare
1.5

Update composer.json

1.4

01 Feb 18:32
Compare
Choose a tag to compare
1.4

Added model relationships support

1.3

27 Jan 13:58
Compare
Choose a tag to compare
1.3

NEW FEATURES

- Generate views with content - Templates are fully customizable

1.2

25 Jan 10:31
Compare
Choose a tag to compare
1.2

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

24 Jan 11:53
Compare
Choose a tag to compare
1.1

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

23 Jan 07:29
Compare
Choose a tag to compare
1.0
  • Controllers Namespaces.
  • Controllers.
  • Models.
  • Migrations.
  • Routes.
  • Views.