关于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