Download the PHP package jackwander/laravel-module-maker without Composer
On this page you can find all versions of the php package jackwander/laravel-module-maker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jackwander/laravel-module-maker
More information about jackwander/laravel-module-maker
Files in jackwander/laravel-module-maker
Download jackwander/laravel-module-maker
More information about jackwander/laravel-module-maker
Files in jackwander/laravel-module-maker
Vendor jackwander
Package laravel-module-maker
Short Description Laravel Custom module maker for SDG
License MIT
Package laravel-module-maker
Short Description Laravel Custom module maker for SDG
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-module-maker
Laravel Custom Module Creator
This Custom Module Creator adheres strictly to SDG coding standards and file structure guidelines. It is designed to ensure consistency and maintainability in SDG projects.
Usage
Creating a new Module.
To create a new module, run:
Creating a New Migration File for a Specific Module
To create a new migration file for a module, use:
Creating a New Model File to a Specific Module
To create a new model file in the module, use:
this also generates a migration file, controller and service.
Creating a New Controller File to a Specific Module
To create a new controlling using the model in the module, use:
Creating a New Service File to a Specific Module
To create a new service using the model in the module, use:
All versions of laravel-module-maker with dependencies
PHP Build Version
Package Version
The package jackwander/laravel-module-maker contains the following files
Loading the files please wait ....