WaveHack / laravel-jade by WaveHack

Adds support for JadePHP templates to Laravel
34
4
4
Package Data
Maintainer Username: WaveHack
Maintainer Contact: email@wavehack.net (WaveHack)
Package Create Date: 2015-02-05
Package Last Update: 2017-03-14
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2025-02-09 15:11:32
Package Statistics
Total Downloads: 34
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 4
Total Watchers: 4
Total Forks: 5
Total Open Issues: 0

laravel-jade

Build Status Dependency Status Packagist MIT licensed

laravel-jade is a library that adds JadePHP templating support to Laravel 5.x through maht0rz's JadePHP package.

Discontinued. Please use bkwld/laravel-pug instead.

Installation

Require this package with composer:

composer require wavehack/laravel-jade

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

LaravelJade\ServiceProvider::class,

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

laravel-jade is open-sourced software licensed under the MIT License.