Skip to content

linchpinstudios/laravel-jade

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaravelJade

Build Status License

LaravelJade is a library that adds JadePHP templating support to Laravel 5.0 through maht0rz's JadePHP package.

Installation

Require this package with composer:

composer require rvanasperen/laravel-jade

Add the ServiceProvider to the providers array in config/app.php:

'LaravelJade\ServiceProvider',

Usage

Create views as you would normally, suffixed with .jade.php. The view rendering engine should resolve and compile them as Jade templates automatically.

License

LaravelJade is licensed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%