jackwander/laravel-module-maker
最新稳定版本:1.1.3
Composer 安装命令:
composer require jackwander/laravel-module-maker
包简介
Laravel Custom module maker for SDG
README 文档
README
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:
php artisan jw:make-module Person
Creating a New Migration File for a Specific Module
To create a new migration file for a module, use:
php artisan jw:make-migration insert_status_column --module=Person --table=persons
Creating a New Model File to a Specific Module
To create a new model file in the module, use:
php artisan jw:make-model CivilStatus --module=Persons
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:
php artisan jw:make-controller CivilStatus --module=Persons
Creating a New Service File to a Specific Module
To create a new service using the model in the module, use:
php artisan jw:make-service CivilStatus --module=Persons
统计信息
- 总下载量: 239
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-08-29