wavehack/laravel-jade is a Laravel package for adds support for jadephp templates to laravel.
It currently has 4 GitHub stars and 35 downloads on Packagist (latest version v1.1.4).
Install it with composer require wavehack/laravel-jade.
Discover more Laravel packages by wavehack
or browse all Laravel packages to compare alternatives.
Last updated
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.
Require this package with composer:
composer require wavehack/laravel-jade
Add the ServiceProvider to the providers array in config/app.php:
LaravelJade\ServiceProvider::class,
Create views as you would normally, suffixed with .jade.php. The view rendering engine should resolve and compile them as Jade templates automatically.
laravel-jade is open-sourced software licensed under the MIT License.