orchestra/view

View Component for Orchestra Platform
96,502 6
Install
composer require orchestra/view
Latest Version:v6.0.0
PHP:^7.4 || ^8.0
License:MIT
Last Updated:Apr 18, 2021
Links: GitHub  ·  Packagist
Maintainer: crynobone

View Component for Orchestra Platform

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.

tests Latest Stable Version Total Downloads Latest Unstable Version License Coverage Status

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,
],

Related Packages

orchestra/control

Control Extension for Orchestra Platform

51,178 7
orchestra/support-providers

Support (Providers) Component for Laravel and Orchestra Platform

179,172 3
ty666/laravel-theme

Make laravel support theme

351 3
orchestra/parser

XML Document Parser for Laravel and PHP

1,792,742 458
orchestra/imagine

Imagine (Wrapper) Component for Laravel 5

227,193 66