#Laravel Dashboard Links Not Working

1 messages · Page 1 of 1 (latest)

shell nacelle
#

Hi Know this is off NativePHP topic. Cannot seem to find answer anywhere so thought I would try here. I am using Laravel Livewire Starter to build a NativePhp mobile app. My issue is, On the dashboard blade I cannot get links to work. The menu links always work fine. When I remove <x-layouts.app </x-layouts.app> the links work on the blade. Any help is appreciated.

timber pond
#

Just a guess here, the <x-layouts.app/> allows it to work becuase it is including some Livewire stuff necessary for the components to function properly.