Registry / web-framework / illuminate-view

illuminate-view

JSON →
library12.51.0phppackagistunverified

The Illuminate View package.

composer require illuminate/view
INSTALL
IMPORT
SIG · ILLUMINATE-VIEW
I
illuminate-view
web-frameworkphpv12.51.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Factory
use Illuminate\View\Factory;

Create a view factory and render a Blade-like template.

use Illuminate\View\Factory; use Illuminate\View\FileViewFinder; use Illuminate\Events\Dispatcher; use Illuminate\Filesystem\Filesystem; $viewFinder = new FileViewFinder(new Filesystem(), ['/path/to/views']); $factory = new Factory($viewFinder, new Dispatcher()); echo $factory->make('welcome', ['name' => 'World'])->render();
Debug
Known issues
gotchaRequires additional packages (Blade engine) for full template functionality.
fix
Install illuminate/view and illuminate/blade for Blade support.
affects: *
Upgrade
Version history
12.51.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
illuminate-view — pip install illuminate-view · libregistry