/laravel-categorizable

Primary LanguageJavaScriptOtherNOASSERTION

Categorizable

Latest Version on Packagist Total Downloads

This is where your description should go. Take a look at contributing.md to see a to do list.

Installation

Via Composer

$ composer require hcivelek/laravel-categorizable
$ php artisan migrate
$ php artisan vendor:publish --provider="hcivelek\Categorizable\ServiceProvider"

Usage

Layouts must have @yield("header") and @yield("script") definition.

Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email hcivelek@kuzen.net instead of using the issue tracker.

Credits