Skip to content

biobii/codeigniter-blade-starter

Repository files navigation

Codeigniter Blade Starter

Original Codeigniter version 3.1.8 with Blade as a template engine.

Installation

Clone or download this repository and run composer update.

Usage

Just return view helper with two arguments. The first argument is path to blade file, the second argument is data (optional).

// application/controllers/Welcome.php

public function index()
{
    return view('welcome_message');
}

Documentation

About

Use Blade template engine in Codeigniter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages