sprigs/module-creator

用于模块创建的 Laravel 命令

v1.5.0 2024-03-22 14:42 UTC

This package is auto-updated.

Last update: 2024-09-22 15:56:48 UTC


README

一个基于我们内部架构生成模块的 Laravel 命令。

安装

此包需要 PHP 7.2 和 Laravel 5.8 或更高版本。

基本安装

您可以通过 composer 安装此包:

composer require sprigs/module-creator

该包将自动注册其服务提供者。

使用方法

执行命令 php artisan module:create 并按照说明操作。