talesoft/tale-jade-laravel

A bridge to enable use of the Tale Jade template engine with Laravel
754 3
Install
composer require talesoft/tale-jade-laravel
Latest Version:1.1
License:MIT
Last Updated:Jun 4, 2016
Links: GitHub  ·  Packagist
Maintainer: TorbenKoehn

Tale Jade for Laravel


This library provides the ability to use Jade-templates with the Laravel Framework


Usage

Download and install via composer

$ composer require "talesoft/tale-jade-laravel:*"
$ composer install

Add the service provider to your config/app.php-file (Right below the other ones)

        /*
         * Application Service Providers...
         */
        App\Providers\AppServiceProvider::class,
        App\Providers\AuthServiceProvider::class,
        App\Providers\EventServiceProvider::class,
        App\Providers\RouteServiceProvider::class,
        [...]
        

        Tale\Jade\Bridge\Laravel\ServiceProvider::class,
        

You can now create <template-name>.jade-files inside your resources/views directory and use them directly. All features work correctly.

Related Packages

erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

628,058,007 9,707
laravel/framework

The Laravel Framework.

576,155,700 34,907
laravel/tinker

Powerful REPL for the Laravel framework.

485,678,092 7,440