2017 © Pedro Peláez
 

library laravel-plates

The powerful native PHP templating system Plates for Laravel.

image

franzl/laravel-plates

The powerful native PHP templating system Plates for Laravel.

  • Sunday, February 8, 2015
  • by franzliedke
  • Repository
  • 1 Watchers
  • 15 Stars
  • 3,038 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

laravel-plates

A Laravel driver for the powerful native PHP templating system Plates., (*1)

Installation with Composer

Step 1: Install package through Composer

Add this line to the require section of your composer.json:, (*2)

"franzl/laravel-plates": "dev-master"

Alternately, you can use the Composer command-line tool by running this command:, (*3)

composer require franzl/laravel-plates

Next, run composer install to actually install the package., (*4)

Step 2: Register the service provider

In your Laravel application, edit the app/config/app.php file and add this line to the providers array:, (*5)

'Franzl\LaravelPlates\LaravelPlatesServiceProvider',

Usage

Once installed, you can use Laravel's view system as you always do. Files ending in .plates.php will automatically be treated as Plates templates. As long as you don't try to combine things like Blade layouts and Plates' partial views, everything should go well., (*6)

The Versions

08/02 2015

dev-master

9999999-dev

The powerful native PHP templating system Plates for Laravel.

  Sources   Download

The Requires

 

The Development Requires

08/02 2015

1.0.0

1.0.0.0

The powerful native PHP templating system Plates for Laravel.

  Sources   Download

The Requires

 

The Development Requires

30/11 2014

0.9.x-dev

0.9.9999999.9999999-dev

The powerful native PHP templating system Plates for Laravel.

  Sources   Download

The Requires

 

The Development Requires

30/11 2014

v0.9

0.9.0.0

The powerful native PHP templating system Plates for Laravel.

  Sources   Download

The Requires

 

The Development Requires