All Projects → WaveHack → Laravel Jade

WaveHack / Laravel Jade

Licence: mit
[Discontinued] Laravel package that adds Jade templating support

Projects that are alternatives of or similar to Laravel Jade

Laravel Pug
Pug view adapter for Laravel and Lumen
Stars: ✭ 130 (+2500%)
Mutual labels:  laravel, jade
Laravel Ffmpeg
This package provides an integration with FFmpeg for Laravel. Laravel's Filesystem handles the storage of the files.
Stars: ✭ 807 (+16040%)
Mutual labels:  laravel
Twitter
Twitter API for Laravel 5.5+, 6.x, 7.x & 8.x
Stars: ✭ 755 (+15000%)
Mutual labels:  laravel
Learning laravel kernel
Laravel核心代码学习
Stars: ✭ 789 (+15680%)
Mutual labels:  laravel
Laravel template with vue
laravel5.5和vue.js结合的前后端分离项目模板,后端使用了laravel的LTS版本(5.5),前端使用了流行的vue-element-template项目。作为程序的起点,可以直接以此为基础来进行业务扩展。模板内容包括基础的用户管理和权限管理、日志管理、集成第三方登录,整合laravel-echo-server 实现了websocket 做到了消息的实时推送,并在此基础上,实现了聊天室和客服功能。权限管理包括后端Token认证和前端vue.js的动态权限,解决了前后端完整分离的情况下,vue.js的认证与权限相关的痛点,已在本人的多个项目中集成使用。
Stars: ✭ 763 (+15160%)
Mutual labels:  laravel
Laravel Notify
Flexible Flash notifications for Laravel
Stars: ✭ 787 (+15640%)
Mutual labels:  laravel
Sweet Alert
A simple PHP package to show SweetAlerts with the Laravel Framework
Stars: ✭ 753 (+14960%)
Mutual labels:  laravel
Laravel Event Broadcast
Laravel event broadcasting with Node.js, Redis & Socket.io
Stars: ✭ 5 (+0%)
Mutual labels:  laravel
Laravel5 Cheatsheet
A quick reference guide (cheat sheet) for Laravel 5.1 LTS, listing artisan, composer, routes and other useful bits of information.
Stars: ✭ 799 (+15880%)
Mutual labels:  laravel
Laravel Mailbox
Catch incoming emails in your Laravel application
Stars: ✭ 783 (+15560%)
Mutual labels:  laravel
Bookstack
A platform to create documentation/wiki content built with PHP & Laravel
Stars: ✭ 7,733 (+154560%)
Mutual labels:  laravel
Blade Ui Kit
A set of renderless components to utilise in your Laravel Blade views.
Stars: ✭ 763 (+15160%)
Mutual labels:  laravel
Laravel Widgetize
A minimal package to help you make your laravel application cleaner and faster.
Stars: ✭ 791 (+15720%)
Mutual labels:  laravel
Laravel Ecommerce Example
Code for YouTube series on building a Laravel E-Commerce application.
Stars: ✭ 759 (+15080%)
Mutual labels:  laravel
Laravel Blade Directives
A collection of nice Laravel Blade directives
Stars: ✭ 813 (+16160%)
Mutual labels:  laravel
Laravel User Verification
PHP package built for Laravel 5.* to easily handle a user email verification and validate the email
Stars: ✭ 755 (+15000%)
Mutual labels:  laravel
Laravel Adminpanel
A Laravel Admin Panel (Laravel Version : 6.0)
Stars: ✭ 774 (+15380%)
Mutual labels:  laravel
Laravel Google Calendar
Manage events on a Google Calendar
Stars: ✭ 787 (+15640%)
Mutual labels:  laravel
Transit
Easy file uploading and downloading for Laravel 5.
Stars: ✭ 5 (+0%)
Mutual labels:  laravel
Laravel Love
Add Social Reactions to Laravel Eloquent Models. It lets people express how they feel about the content. Fully customizable Weighted Reaction System & Reaction Type System with Like, Dislike and any other custom emotion types. Do you react?
Stars: ✭ 822 (+16340%)
Mutual labels:  laravel

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].