PHPackages                             adelynx/blade - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. adelynx/blade

ActiveLibrary[Templating &amp; Views](/categories/templating)

adelynx/blade
=============

The standalone version of Laravel's Blade templating engine for use outside of Laravel 8.\*

v2.0(5y ago)2862[2 PRs](https://github.com/adelynx/blade/pulls)MITPHPPHP ^7.3|^8.0CI passing

Since Nov 4Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/adelynx/blade)[ Packagist](https://packagist.org/packages/adelynx/blade)[ RSS](/packages/adelynx-blade/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (5)Dependencies (2)Versions (7)Used By (0)

The Standalone Laravel Blade
============================

[](#the-standalone-laravel-blade)

The standalone version of [Laravel's Blade templating engine](https://laravel.com/docs/5.7/blade) for use outside of Laravel 5.7.

Installation
------------

[](#installation)

---

The package can be installed via Composer by typing this command in your terminal or console:

```
composer require adelynx/blade
```

Usage
-----

[](#usage)

---

Create a Blade instance by passing it the folder(s) where your view files are located, and a cache folder. Render a template by calling the `make` method. More information about the Blade templating engine can be found on .

```
