wavehack/laravel-jade

Adds support for JadePHP templates to Laravel

Installs: 35

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 3

Forks: 5

Open Issues: 0

pkg:composer/wavehack/laravel-jade

v1.1.4 2017-03-13 12:12 UTC

This package is not auto-updated.

Last update: 2025-09-28 01:49:28 UTC


README

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.