This repository has been archived on 2024-06-20. You can view files and clone it, but cannot push or open issues or pull requests.
peryoudow/vendor/league/plates/docs/installation.md
2020-01-06 14:23:12 +01:00

887 B

layout permalink title
default installation/ Installation

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
~~~ javascript { "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.