How to add icon/path of icon(svg) in nova without package #6298
shubhamserverfront
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
Nova::mainMenu(function ( $request) {
return [
MenuSection::dashboard(Main::class)>icon('home'),
Detailed steps to reproduce the issue on a fresh Nova installation:
(1).This is my NovaServiceProvider. I want to add an icon, but there is a limitation on the icons. How can I add an icon without using a package, or how can I add an icon by specifying the SVG path/or path??
Beta Was this translation helpful? Give feedback.
All reactions