laravue3/laravel-module-builder is a Laravel package for create module in laravel.
It currently has 0 GitHub stars and 2.162 downloads on Packagist (latest version 0.0.9).
Install it with composer require laravue3/laravel-module-builder.
Discover more Laravel packages by laravue3
or browse all Laravel packages to compare alternatives.
Last updated
Module builder can be called with params only or with a json description file. The command will not create anything if the folder exist. This is de default behaviour. If you use the force param, it will override the module content.
You can use the force param in combinaison of a specific file. This will create only that file en prevent de override of the others.
{ {modelName}: { fields: [ { name: {thename}, value: {thevalue}, precision: {thevalue}, scale: {thevalue}, places: {thevalue}, total: {thevalue}, length: {thevalue}, } ] } }