I have created my package in a folder alongside my site via dotnet new umbracopackage -n MyCustomUmbracoPackage so
sln file
MySiteFolder
MyPackageFolder
What do I need to do to install that package to my site? I had attempted adding a reference to the csproj file to my side project but still don't get the menu that I've setup in package.manifest.
Umbraco 9 Local Package development
Hi,
New to Umbraco so apologies in advance if this is an obvious question.
I've gotten my site setup on my machine and was trying to create a package at the moment all I'm trying to do is get a menu item to show up in the backoffice https://our.umbraco.com/documentation/Extending/Section-Trees/
I have created my package in a folder alongside my site via dotnet new umbracopackage -n MyCustomUmbracoPackage so
What do I need to do to install that package to my site? I had attempted adding a reference to the csproj file to my side project but still don't get the menu that I've setup in package.manifest.
Thanks in advance!
is working on a reply...