Skip to content

Instantly share code, notes, and snippets.

@dshoreman
dshoreman / app-config-blade.php
Created September 21, 2012 19:55
Custom loader class for CodeIgniter that implements Laravel's Blade templating engine
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
$config['views_path'] = APPPATH . 'views/blade/';
$config['cache_path'] = APPPATH . 'cache/blade/';