PHPackages                             ekandreas/bladerunner - 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. ekandreas/bladerunner

AbandonedWordpress-plugin[Templating &amp; Views](/categories/templating)

ekandreas/bladerunner
=====================

WordPress Blade L5/6/7/8 template engine

1.8.2(2y ago)1232.2k↓100%1[1 PRs](https://github.com/ekandreas/bladerunner/pulls)MITPHPPHP ^5.6 || ^7.0 || ^8.0

Since Dec 14Pushed 2y ago2 watchersCompare

[ Source](https://github.com/ekandreas/bladerunner)[ Packagist](https://packagist.org/packages/ekandreas/bladerunner)[ RSS](/packages/ekandreas-bladerunner/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (77)Used By (0)

Bladerunner
===========

[](#bladerunner)

[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://github.com/ekandreas/bladerunner)[![Build Status](https://camo.githubusercontent.com/bb2b186bbce7f5de6c3bf024b3efa618922742a43b02cd21ee3509f95bb55501/68747470733a2f2f7472617669732d63692e6f72672f656b616e64726561732f626c61646572756e6e65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ekandreas/bladerunner)[![StyleCI](https://camo.githubusercontent.com/22ef158f92d4b9b2488a8f38fb899cddbd8cd9c083c51be1deae1b75faed4e87/68747470733a2f2f7374796c6563692e696f2f7265706f732f34383030323530362f736869656c64)](https://styleci.io/repos/48002506)[![GitHub release](https://camo.githubusercontent.com/10657c37be02b767ddd8c6ce27a7f929edd23bb5396d7a4404994584273aa654/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f656b616e64726561732f626c61646572756e6e65722e737667)](http://bladerunner.aekab.se/bladerunner.zip)[![Twitter Follow](https://camo.githubusercontent.com/1a9e50edda346c25c70c30b97d8b42cd5566898878b1faf80cffc154494ae913/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f666f6c6c6f772f656c7365696661622e7376673f7374796c653d736f6369616c)](https://twitter.com/intent/user?screen_name=elseifab)

WordPress plugin for Laravel Blade templating.

To install it to your Composer based WordPress installation:

```
composer require ekandreas/bladerunner

```

Activate the plugin inside WordPress and templates with \*.blade.php are inspected and active. Your theme still needs an index.php due to WordPress basic functionality. When removed the theme is known as broken.

If you don't use a composer based WordPress development environment you can download the latest distributed plugin at [Bladerunner site http://bladerunner.aekab.se](http://bladerunner.aekab.se) and install it the common way with zip upload to WordPress via wp-admin.

Releases to this plugin is listed last in this readme.

Hello World
-----------

[](#hello-world)

1. Install the library with composer
2. Make sure the cache-folder is writeable in uploads, eg `../wp-content/uploads/.cache`
3. Activate the plugin
4. Create a view, eg:

```

Hello World Page rendered at {{ date('Y-m-d H:i:s') }}
```

5. In your `index.php`, add a global call for the view created, eg:

```
