A Laravel Nova package to add a responsive and/or fixed sidebar and navigation bar to the Nova admin UI.
stephenlake/nova-fixed-bars is a Laravel package for a laravel nova package to add a responsive and/or fixed sidebar and navigation bar to the nova admin ui..
It currently has 33 GitHub stars and 77.870 downloads on Packagist (latest version v1.1.4).
Install it with composer require stephenlake/nova-fixed-bars.
Discover more Laravel packages by stephenlake
or browse all Laravel packages to compare alternatives.
Last updated
A Laravel Nova package to set the sidebar and/or header bar to a fixed position on the Nova UI.
Note: If you do not want the responsive sidebar and header, stick to v1.0.*.
Require package:
composer require cloudcake/nova-fixed-bars
Publish and edit configuration file (Optional)
php artisan vendor:publish --provider="NovaFixedBars\NovaFixedBarsServiceProvider" --tag="config"
This library is licensed under the DON'T BE A DICK PUBLIC LICENSE - see the LICENSE.md file for details.