-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.txt
33 lines (24 loc) · 1.22 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
=== Bladerunner ===
Contributors: ekandreas
Tags: Blade,templates,development,laravel
Requires at least: 4.4
Tested up to: 5.6.1
Stable tag: 1.8.2
License: MIT
WordPress plugin for Blade L5/6/7/8/9/10 templating
== Description ==
Laravel Blade templating language for WordPress templates.
Uses the latest of Laravel templating engine.
Read more about the language syntax at the [Laravel docs](https://laravel.com/docs/8.x/blade)!
To grab the latest WordPress distro, go to [Bladerunner](http://bladerunner.elseif.se)!
All issues are managed at the [Github repo](https://github.com/ekandreas/bladerunner).
== Installation ==
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.elseif.se), download and install it the common way with zip upload to WordPress via wp-admin.
== Frequently Asked Questions ==
none, yet