laravel modular starter:Laravel模块设计模式入门套件 源码
关于Laravel模块化入门套件 Laravel模块化入门工具包是laravel框架入门工具包,用于模块化设计模式,优雅的语法。 Laravel入门套件是根据的开源软件。 要求 PHP 7.4或更高版本 如何使用 制作模块 php artisan module:make Inventory 在模块内创建控制器 //ModuleName is the name of the module to attach the created controller php artisan module:controller Inventory -m=ModuleName 在模块内创建请求 //ModuleName is the name of the module to attach the created request php artisan module:r
文件列表
laravel-modular-starter:Laravel模块设计模式入门套件
(预估有个107文件)
.gitignore
14B
.env.example
811B
.gitattributes
111B
web.config
1KB
favicon.ico
0B
.htaccess
603B
.gitignore
26B
artisan
2KB
app.css
0B
.editorconfig
220B
暂无评论