Download the PHP package awebdesign/laravel-sidebar without Composer
On this page you can find all versions of the php package awebdesign/laravel-sidebar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download awebdesign/laravel-sidebar
More information about awebdesign/laravel-sidebar
Files in awebdesign/laravel-sidebar
Package laravel-sidebar
Short Description A sidebar builder for Laravel
License MIT
Informations about the package laravel-sidebar
Laravel Sidebar
Installation
Require this package in your composer.json
and run composer update
.
After updating composer, add the ServiceProvider to the providers array in config/app.php
Add the package middleware to App\Http\Kernel
:
To publish the default views use:
To publish the config use:
Documentation
See the wiki: https://github.com/Maatwebsite/Laravel-Sidebar/wiki
Contributing
ALL contributions should be made to appropriate branch (e.g. 2.0 for 2.0.* bug fixes). Bug fixes should never be sent to the master branch.
We follow PSR-1, PSR-2 and PSR-4 coding styles.
Added or fixed functionality should be backed with unit tests.
License
This package is licensed under MIT. You are free to use it in personal and commercial projects.
All versions of laravel-sidebar with dependencies
illuminate/cache Version ~5.0|~6.0|~7.0|~8.0|~9.0|~10.0
illuminate/container Version ~5.0|~6.0|~7.0|~8.0|~9.0|~10.0
illuminate/contracts Version ~5.0|~6.0|~7.0|~8.0|~9.0|~10.0
illuminate/support Version ~5.0|~6.0|~7.0|~8.0|~9.0|~10.0
illuminate/routing Version ~5.0|~6.0|~7.0|~8.0|~9.0|~10.0
illuminate/view Version ~5.0|~6.0|~7.0|~8.0|~9.0|~10.0