franzl/laravel-plates

The powerful native PHP templating system Plates for Laravel.
3,306 18
Install
composer require franzl/laravel-plates
Latest Version:1.0.0
PHP:>=5.3.0
Last Updated:Feb 8, 2015
Links: GitHub  ·  Packagist
Maintainer: franzliedke

laravel-plates

A Laravel driver for the powerful native PHP templating system Plates.

Installation with Composer

Step 1: Install package through Composer

Add this line to the require section of your composer.json:

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

Alternately, you can use the Composer command-line tool by running this command:

composer require franzl/laravel-plates

Next, run composer install to actually install the package.

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:

'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.

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...

622,487,850 9,703
laravel/framework

The Laravel Framework.

564,719,134 34,875
laravel/tinker

Powerful REPL for the Laravel framework.

475,095,200 7,439