player / sidemenu
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Dynamic Side Menu
Dynamic Side Menu is a Laravel package designed to help you create and manage a customizable, dynamic sidebar menu for your application.
Installation
Step 1: Install the Package To install the package via Composer, run the following command : composer require player/sidemenu
Step 2: Publish the Configuration File After installing the package, publish the configuration file with:
php artisan vendor:publish --provider="Player\Sidemenu\Providers\SideMenuServiceProvider" --tag=config
Step 3: Install the Side Menu Run the following command to install the necessary resources: php artisan sidemenu:install
Read More
For a detailed explanation and additional insights, check out the full article on Medium: Dynamic Side Menu.