[go: up one dir, main page]

Skip to content

An easier to implement sidebar builder for Laravel

Notifications You must be signed in to change notification settings

TekFolio/Laravel-Sidebar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Sidebar

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 tekfolio/sidebar

Add the package middleware to App\Http\Kernel:

`'Tekfolio\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!

About

An easier to implement sidebar builder for Laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published