adimancifi/blade

The standalone version of Laravel's Blade templating engine for use outside of Laravel.
50
Install
composer require adimancifi/blade
Latest Version:1.0.0
PHP:>=7.0||^8.0
License:MIT
Last Updated:Mar 7, 2022
Links: GitHub  ·  Packagist
Maintainer: adimancifi

Blade Tempate Engine

Install

composer require adimancifi/blade

Usage

include "vendor/autoload.php";

$blade = new \Adimancifi\Blade\Blade(realpath(__DIR__), "cache");
echo $blade->render('view', ['nama' => 'adiman']);

Related Packages

adelynx/blade

The standalone version of Laravel's Blade templating engine for use outside of L...

86 2
wilsonpinto/laravel-blade-directives

This package adds custom directives for the Laravel 5 blade engine.

71 3
jenssegers/blade

The standalone version of Laravel's Blade templating engine for use outside of L...

1,346,816 863
coolpraz/php-blade

The standalone version of Laravel's Blade templating engine for use outside of L...

8,784 9
adacnvwp/webman-blade

The standalone version of Laravel's Blade templating engine for use outside of L...

8 0