镱 / 模块化
此包已被废弃且不再维护。未建议替代包。
此包最新版本(dev-master)的许可证信息不可用。
dev-master
2013-09-26 20:37 UTC
Requires
- php: >=5.3.0
- illuminate/support: 4.0.x
This package is not auto-updated.
Last update: 2020-08-17 05:57:14 UTC
README
Laravel模块管理
允许将模块添加到单独的目录(默认为app/modules)并管理它们。
每个启用的模块都将注册为包,因此所有包的功能都可用(例如,Config::get('modulename:key');)
模块还可以包含路由(根目录下的routes.php)和引导程序(根目录下的boot.php)