Blade Plugin WordPress, Download, Install

Brings Laravel's great template engine, Blade, to WordPress. Just install and start using blade in your theme.

Blade Download Now

Download Now

(If the link does not work)↓

Originals Link WordPress.org

https://wordpress.org/plugins/blade/

How to Install Blade Plugin, Manually

  1. Upload folder blade to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Make sure that /wp-content/plugins/blade/storage/views/ is writable by php
  4. Done! You can now use Blade in your theme

More options

It is recommended thay you change the path to the location where the compiled views are stored to within your theme. This will fix problems with wpml. To do so, put the following code in your theme folder and create the folder/directory “bladecache” in your theme folder.

if(function_exists('blade_set_storage_path')){     blade_set_storage_path(get_template_directory().'/bladecache'); }

Video

Plugin Not Working?

If any errors or problems with the plug-in then write comments.

Add a Comment

Your email address will not be published. Required fields are marked *