Skip to content
Advertisement

how to resolve Redirection in laravel8?

The route is not redirecting the specified route in laravel8.

Here is my code that is defined in web.php:

JavaScript

After hitting ‘/’, I need to redirect to this route:

JavaScript

I was getting an error:

JavaScript

How to resolve this?

Advertisement

Answer

Try this to clear the cache:

JavaScript

Refs: https://github.com/laravel/framework/discussions/34512#discussioncomment-564416

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement