shopper / sidebar
Laravel侧边栏构建器
v2.0.0-beta12
2024-07-29 00:37 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.2
- spatie/laravel-package-tools: ^1.15
This package is auto-updated.
Last update: 2024-09-12 19:03:27 UTC
README
Laravel sidebar是一个允许您为Laravel应用程序创建和管理侧边栏的包。最初是从SpartnerNL/Laravel-Sidebar分叉而来。
安装
通过运行以下命令在项目中需要此包
composer require shopper/sidebar
将包中间件添加到App\Http\Kernel
`'Shopper\Sidebar\Middleware\ResolveSidebars'`
要发布默认视图,请使用
php artisan vendor:publish --tag="views"
要发布配置,请使用
php artisan vendor:publish --tag="config"
文档
查看wiki:https://github.com/Maatwebsite/Laravel-Sidebar/wiki
许可证
此包根据MIT许可证。您可以在个人和商业项目中免费使用它。祝您享受!