Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
  2.  
  3. $config['views_paths'] = array(
  4. APPPATH . 'views/'
  5. );
  6.  
  7. $config['cache_path'] = APPPATH . 'cache/blade/';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement