Skip to content
This repository has been archived by the owner on Aug 7, 2019. It is now read-only.

caffeinated/sapling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This package has been abandoned and is no longer maintained.

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