lassehaslev/laravelmodules
最新稳定版本:1.2.1
Composer 安装命令:
composer require lassehaslev/laravelmodules
包简介
This package help organizing your laravel application into modules.
README 文档
README
This package is deprecated in favor for lassehaslev/laravel-modules
Package for ordering folders in modules
Motivation
It can be a good practice to organize you application features into different modules. This package helps you with that.
Install
Begin by installing the package through Composer in your project folder.
composer require lassehaslev/laravelmodules
Open config/app.php and add LasseHaslev\LaravelModules\Providers\ServiceProvider::class to the providers array.
Usage
In your app/ folder create a folder named Modules/. This is where you place all your modules.
Then this folder will be treated as its own app/ folder.
Example
app/Modules/MyModule/
Http/
Controllers/
Requests/
routes.php
routes.php
Jobs/
views/
License
MIT, dawg
统计信息
- 总下载量: 22
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-08-31