flowcontrol/sidebar

A sidebar builder for Flow CMS

2.1.10 2017-01-31 15:02 UTC

This package is auto-updated.

Last update: 2024-04-28 11:31:19 UTC


README

Require this package in your composer.json and run composer update.

"flowcontrol/laravel-sidebar": "~2.1"

After updating composer, add the ServiceProvider to the providers array in config/app.php

'FlowControl\Sidebar\SidebarServiceProvider',

Add the package middleware to App\Http\Kernel:

`'FlowControl\Sidebar\Middleware\ResolveSidebars'`

To publish the default views use:

php artisan vendor:publish --tag="views"

To publish the config use:

php artisan vendor:publish --tag="config"

Documentation

This Sidebar is baed on: Maatwebsite/Laravel-Sidebar See the wiki: https://github.com/Maatwebsite/Laravel-Sidebar/wiki