Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chaclee/ci-blade

Laravel blade template engine for Codeigniter 3.0+!
https://github.com/chaclee/ci-blade

ci-blade

Last synced: about 2 months ago
JSON representation

Laravel blade template engine for Codeigniter 3.0+!

Awesome Lists containing this project

README

        

# ci-blade
Laravel blade template engine for Codeigniter 3.0+!
---

# Require
PHP:>=PHP5.4.*

# Use
### 0x0.1 Set cache path:
application/libraries/Blade.php
`$cachePath = APPPATH . 'cache/views'; // view cache directory`

### 0x1.1 Simple use

`$this->blade->view('welcome_message');`

### 0x1.2 Pass vars to template

`$this->blade->view('welcome_message', $vars);`

#Laravel Blade Document
https://laravel.com/docs/5.1/blade