witooh/tag-builder

There is no license information available for the latest version (dev-master) of this package.

Html Menu Generator

dev-master 2013-05-06 16:20 UTC

This package is not auto-updated.

Last update: 2024-05-06 10:32:32 UTC


README

Install

Add this into config/app.php

'providers' => array(
    ...
    ...
    'Witooh\TagBuilder\TagBuilderServiceProvider',

and

'aliases' => array(
    ...
    ...
    'Tag' => 'Witooh\TagBuilder\Facades\Tag',