witooh/tag-builder

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

Html Menu Generator

Installs: 27

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/witooh/tag-builder

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

This package is not auto-updated.

Last update: 2025-10-20 17:12:03 UTC


README

Install

Add this into config/app.php

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

and

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