orchestra/view
最新稳定版本:v6.0.0
Composer 安装命令:
composer require orchestra/view
包简介
View Component for Orchestra Platform
README 文档
README
View Component is Orchestra Platform approach to deliver themeable application that support extensions. The functionality evolves by modifying how Illuminate\View\ViewFileFinder would resolve which file, which would first look into the current active theme folder, before resolving it cascading-ly.
This would allow extension (or even packages) to have it's own set of view styling while developer can maintain a standardise overall design through out the project using a theme.
Version Compatibility
| Laravel | View |
|---|---|
| 5.5.x | 3.5.x |
| 5.6.x | 3.6.x |
| 5.7.x | 3.7.x |
| 5.8.x | 3.8.x |
| 6.x | 4.x |
| 7.x | 5.x |
| 8.x | 6.x |
Installation
To install through composer, run the following command from terminal:
composer require "orchestra/view"
Configuration
Next add the service provider in config/app.php.
'providers' => [ // ... Orchestra\View\DecoratorServiceProvider::class, Orchestra\View\ViewServiceProvider::class, Orchestra\Memory\MemoryServiceProvider::class, ],
统计信息
- 总下载量: 95.93k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-04-08