flowcontrol / sidebar
A sidebar builder for Flow CMS
2.1.10
2017-01-31 15:02 UTC
Requires
- php: >=5.4.0
- illuminate/cache: ~5.0
- illuminate/container: ~5.0
- illuminate/contracts: ~5.0
- illuminate/routing: ~5.0
- illuminate/support: ~5.0
- illuminate/view: ~5.0
Requires (Dev)
- mockery/mockery: ~0.9
- phpunit/phpunit: ~4.1
This package is auto-updated.
Last update: 2025-02-28 13:09:50 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