shopper / sidebar
A sidebar builder for Laravel
Installs: 1 429
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: ^8.2
- illuminate/cache: ^10.0|^11.0
- illuminate/container: ^10.0|^11.0
- illuminate/contracts: ^10.0|^11.0
- illuminate/routing: ^10.0|^11.0
- illuminate/support: ^10.0|^11.0
- illuminate/view: ^10.0|^11.0
- mckenziearts/blade-untitledui-icons: ^1.3
- spatie/laravel-package-tools: ^1.15
- dev-main
- 2.x-dev
- v2.0.0-beta21
- v2.0.0-beta20
- v2.0.0-beta19
- v2.0.0-beta18
- v2.0.0-beta17
- v2.0.0-beta16
- v2.0.0-beta15
- v2.0.0-beta14
- v2.0.0-beta13
- v2.0.0-beta12
- v2.0.0-beta11
- v2.0.0-beta10
- v2.0.0-beta9
- v2.0.0-beta8
- v2.0.0-beta7
- v2.0.0-beta6
- v2.0.0-beta5
- v2.0.0-beta4
- v2.0.0-beta3
- v2.0.0-beta2
- v2.0.0-beta
- v2.0.0-alpha
This package is auto-updated.
Last update: 2025-01-14 13:38:31 UTC
README
Laravel sidebar is a package that allow you to create and manage sidebar for your Laravel app. Originally forked from SpartnerNL/Laravel-Sidebar.
Installation
Require this package in your project by run the command:
composer require shopper/sidebar
Add the package middleware to App\Http\Kernel
:
`'Shopper\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
See the wiki: https://github.com/Maatwebsite/Laravel-Sidebar/wiki
License
This package is licensed under MIT. You are free to use it in personal and commercial projects. Enjoy!