Sidebar Package Overview
Learn about the sidebar package architecture and features.
Extending Shopper Navigation
Add custom menu items to the Shopper admin panel.
Standalone Installation
Use the sidebar package in any Laravel application.
Configuration
Configure caching, dimensions, and behavior.
Quick Start
To add navigation items to Shopper, create a sidebar extension class and register it in your service provider:AppServiceProvider:
Make sure to register the listener in the
register() method, not boot(), to ensure it’s registered before the sidebar is built.