caffeinated/sapling

This package is abandoned and no longer maintained. No replacement package was suggested.

Laravel 5 Twig Implementation

Installs: 271

Dependents: 0

Suggesters: 2

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/caffeinated/sapling

v2.2 2016-05-11 23:29 UTC

This package is auto-updated.

Last update: 2020-02-06 18:09:04 UTC


README

Caffeinated Sapling

Laravel 5.1 Laravel 5.2 Source License

Caffeinated Sapling is originally based off of Rob Crowe's TwigBridge package; rebuilt from the ground up (not necessarily a fork). This is meant as a learning experience to get familiar with Twig, but also as an attempt to create a lighter-weight version of TwigBridge with a primary focus on Laravel 5. For a more robust and complete package, please go check out TwigBridge!

Quick Installation

Begin by installing the package through Composer.

composer require caffeinated/sapling

Once this operation is complete, simply add the service provider class to your project's config/app.php file:

Caffeinated\Sapling\SaplingServiceProvider::class