helsingborg-stad/render-blade-view

Functionality for rendering Blade components.
1,115
Install
composer require helsingborg-stad/render-blade-view
Latest Version:0.0.2
License:MIT
Last Updated:Mar 23, 2023
Links: GitHub  ·  Packagist
Maintainer: sebastianthulin

Contributors Forks Stargazers Issues License

Logo

render-blade-view

Functionality for rendering PHP Blade views.

Report bug Request Feature

Install using Composer

composer require helsingborg-stad/render-blade-view

Requirements

  • PHP ^7.4

Usage

class BladeEngine {
    // The bladeEngine to be passed to BladeView::create must have a render function following this signature.
    public function render(string $view, array $data):string;
}

$bladeEngine = new BladeEngine();
$view = 'foo';
$viewData = ['foo' => 'bar'];

$bladeView = BladeView::create($bladeEngine);
$bladeView->render($view, $viewData);

License

Distributed under the MIT License.

Related Packages

erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

614,907,009 9,702
laravel/framework

The Laravel Framework.

554,918,666 34,821
laravel/tinker

Powerful REPL for the Laravel framework.

465,424,253 7,437