wavehack/laravel-jade
Composer 安装命令:
composer require wavehack/laravel-jade
包简介
Adds support for JadePHP templates to Laravel
README 文档
README
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.
统计信息
- 总下载量: 35
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-03-13