Resolving Livewire Routing and Internationalization Challenges in Metronic Theme for Laravel 10
I'm facing difficulties in finding the routing declaration for Livewire within Metronic for Laravel 10. It's unclear how authentication constraints are applied to access the dashboard, as there isn't a single route used by Livewire in the web and API route files. Upon inspecting the URL calls during user updates, I've noticed that the route doesn't exist in the route folder.
I have to change something and this is crucial for configuring a multilingual dashboard with corresponding URLs.
Any help would be much appreciated.
Replies (1)
Hi
You can find the routes for authentication in the auth.php file located in the /routes directory. This file typically contains routes related to user authentication, such as login, registration, password reset, etc.
To clarify your requirements further, could you provide more details about what you're trying to achieve?