PHPackages                             helsingborg-stad/laravel-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. helsingborg-stad/laravel-blade

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

helsingborg-stad/laravel-blade
==============================

Use the simple and yet powerful Laravel Blade templating engine as a standalone component.

5.5.1(7y ago)019MITPHPPHP ^7.0

Since Feb 27Pushed 7y ago2 watchersCompare

[ Source](https://github.com/helsingborg-stad/laravel-blade)[ Packagist](https://packagist.org/packages/helsingborg-stad/laravel-blade)[ RSS](/packages/helsingborg-stad-laravel-blade/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (8)Used By (0)

Laravel Blade Standalone Package
================================

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

This is a fork of the fantastic work by Philo Hermans. It's purpose is to provide with an up to date version of laravel blade package as a standalone version. From version 5.5 and forward the versioning system will mimic the version of the native versioning of laravel. To get version 5.8 of laravel, simple request it here and you will get that. No more figuring out what version that represents what in laravel (patches will not follow this).

### Installation (Blade Laravel 5.8) - Released: 2019-03-22

[](#installation-blade-laravel-58---released-2019-03-22)

The package can be installed via Composer by requiring the "helsingborg-stad/laravel-blade": "5.8" package in your project's composer.json.

```
{
	"require": {
	    "helsingborg-stad/laravel-blade": "5.8"
	}
}
```

### Installation (Blade Laravel 5.5) - Not yet released

[](#installation-blade-laravel-55---not-yet-released)

The package can be installed via Composer by requiring the "helsingborg-stad/laravel-blade": "5.5" package in your project's composer.json.

```
{
	"require": {
	    "helsingborg-stad/laravel-blade": "5.5"
	}
}
```

### Installation (older versions)

[](#installation-older-versions)

Please use the origin package for older version. Package can be found here:

### Usage

[](#usage)

```
