Download the PHP package it-devgroup/laravel-generator-configurable without Composer
On this page you can find all versions of the php package it-devgroup/laravel-generator-configurable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download it-devgroup/laravel-generator-configurable
More information about it-devgroup/laravel-generator-configurable
Files in it-devgroup/laravel-generator-configurable
Package laravel-generator-configurable
Short Description laravel code generation
License MIT
Informations about the package laravel-generator-configurable
Description
-
separate generation of each section related to the entity (entity, controller, resources, etc.)
-
splitting generation into contexts (api, dashboard, etc.)
-
customizable templates for different contexts (blade templates)
-
selective generation of each of the files
- test mode
Install for Lumen
1. Open file bootstrap/app.php
and add new service provider
Uncommented string
Added after $app->configure('app');
If not then add
2. Run commands
For creating config file
For generate default blade templates
Install for laravel
1. Open file config/app.php and search
Add to section
Example
2. Run commands
For creating config file
For generate default blade templates
Continue step install for laravel or lumen
1. Add folder storage/generator
to .gitignore at the root of the project
2. Edit templates resources/views/vendor/laravel-generator-configurable/templates
and config file config/generator.php
ENV variables
File .env
Enable generator (1 - enable (only development), empty - disable)
Enable test mode for generator (1 - test mode for debug, empty - live mode)
Run generator
Open url in browser ({{YOUR_URL}} - replace to your domain)
Documentation
The documentation is located (inside the component folder) in the folder /vendor/it-devgroup/laravel-generator-configurable/docs