helsingborg-stad/render-blade-view

Functionality for rendering Blade components.
1,307
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...

628,058,007 9,707
laravel/framework

The Laravel Framework.

576,155,700 34,907
laravel/tinker

Powerful REPL for the Laravel framework.

485,678,092 7,440