2017 © Pedro Peláez
 

library tale-jade-laravel

A bridge to enable use of the Tale Jade template engine with Laravel

image

talesoft/tale-jade-laravel

A bridge to enable use of the Tale Jade template engine with Laravel

  • Saturday, June 4, 2016
  • by TorbenKoehn
  • Repository
  • 4 Watchers
  • 3 Stars
  • 739 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Tale Jade for Laravel


This library provides the ability to use Jade-templates with the Laravel Framework, (*1)


Usage

Download and install via composer, (*2)

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

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

        /*
         * 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., (*4)

The Versions

04/06 2016

dev-master

9999999-dev

A bridge to enable use of the Tale Jade template engine with Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Torben Koehn

04/06 2016

1.1

1.1.0.0

A bridge to enable use of the Tale Jade template engine with Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Torben Koehn

10/11 2015

1.0

1.0.0.0

A bridge to enable use of the Tale Jade template engine with Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Torben Koehn