shopper / sidebar
A sidebar builder for Laravel
v2.0.0-beta15
2024-08-12 18:52 UTC
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
This package is auto-updated.
Last update: 2024-11-06 06:08:24 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!