Download the PHP package opanegro/dot-nova-sidebar-collapse without Composer
On this page you can find all versions of the php package opanegro/dot-nova-sidebar-collapse. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package dot-nova-sidebar-collapse
DOT Nova Sidebar Collapse
I'm create from laravel-Nova v2 and this support Laravel Nova v2++
Install:
You can install the package in to a Laravel app that uses Nova via composer:
To publish the views nova override navigation and config file run:
Then you must register the tool with Nova. This is typically done in the tools
method of the NovaServiceProvider
.
Add $category
and $icon
in file app/Nova/User.php
:
$icon
just add one in resources
You can add svg icon
from zondicons
Usage the svg icon:
- download zondicons and open
*.svg
icon in browser [right click]
in browser and chooseinspect element
- copy tag svg to variable
$icon
- add class in
<svg class="sidebar-icon">
- add fill in
<path fill="var(--sidebar-icon)">
Inspiration By:
- Group and categorise your nova resources - alexbowers
Credit By:
All versions of dot-nova-sidebar-collapse with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
The package opanegro/dot-nova-sidebar-collapse contains the following files
Loading the files please wait ....