This repository has been archived by the owner on Dec 27, 2020. It is now read-only.
Releases: AbdelilahLbardi/laragenerator
Releases · AbdelilahLbardi/laragenerator
Fixing larval 5.4 compatibility
1.5 Update composer.json
1.4
Added model relationships support
1.3
NEW FEATURES
- Generate views with content - Templates are fully customizable1.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
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
- Controllers Namespaces.
- Controllers.
- Models.
- Migrations.
- Routes.
- Views.