Fork me on GitHub
The League of Extraordinary Packages

Our Packages:

Presented by The League of Extraordinary Packages

Getting Started

The Engine

Templates

Extensions

Installation

Using Composer

Plates is available on Packagist and can be installed using Composer. This can be done by running the following command or by updating your composer.json file.

composer require league/plates
composer.json
{
    "require": {
        "league/plates": "3.*"
    }
}

Be sure to also include your Composer autoload file in your project:

require 'vendor/autoload.php';

Downloading .zip file

This project is also available for download as a .zip file on GitHub. Visit the releases page, select the version you want, and click the “Source code (zip)” download button.