corneltek/phifty-core
最新稳定版本:4.0.0
Composer 安装命令:
composer require corneltek/phifty-core
包简介
README 文档
README
Documentation
See wiki
Structure Overview
Phifty\App (is a Bundle)
Phifty\Kernel(
/* Core service providers */
"event" => EventServiceProvider,
"config" => ConfigServiceProvider,
/* Extra service providers */
[services] => Array Phifty\ServiceProvider[string]
"bundles" => BundleServiceProvider(
Array Phifty\Bundle[string]
)
)
Bootstrap Flow
- Create the generated App\ConfigLoader object.
- Create the generated App\Kernel object
- Load the service providers into
$kernel - Load the bundles into
$kernel
- Load the service providers into
- Create
App\Appinstance withApp($kernel) - Call App::boot() method to boot the app.
- Call Kernel::boot to boot the service providers and the bundles.
- Run ::boot on all the service providers
- Run ::boot on all the bundles
- Run the App boot code.
- Call Kernel::boot to boot the service providers and the bundles.
统计信息
- 总下载量: 188
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-04-18