Laravel-Modules 中文文档V9
当我们开发大型应用时,经常需要将应用划分成不同的模块,比如博客、电商、论坛等,Laravel-Modules 就是这样一个使用模块帮助我们管理大型应用的扩展包。模块和扩展包有点类似,包含视图、控制器、模型等子组件,但是用于区别大的功能单元时使用模块更加清晰,本扩展包是 pingpong/modules 的升级版,且最新版支持 Laravel 9.0。
起步
介绍
nwidart/laravel-modules 是一个模块化开发大型 Laravel 应用的扩展包。 一个模块,有点类似于扩展包,它包含了视图、控制器或者模型。本扩展包支持Laravel 9。 ...
Requirements
The modules package requires PHP 7.3 or higher. The Laravel package also requires Laravel 8.0.
Changelog
All Notable changes to laravel-modules will be documented in the changelog file on the module rep...
Installation and Setup
Composer To install through Composer, by run the following command: composer require nwidart/lara...