Shipping menu is not available when install manually #1994
-
Hi everyone, For manually installWhen I installed manually by following this instruction process all are perfectly done but "Shipping " menu is not showing in lunar admin panel. For starter kit:But when install lunar livewire starter kit it show "Shipping" menu in admin panel by default. How I showing this menu in manually installed process ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
After wasting many hours find the solution. |
Beta Was this translation helpful? Give feedback.
After wasting many hours find the solution.
In App\Providers\AppServiceProvider.php register method :
LunarPanel::panel( fn ($panel) => $panel->plugins([ new ShippingPlugin, ]) ) ->register();