Oct 7, 2018
0
Level 1
Equivalent of onKernelRequest in Laravel 5.5
I use Laravel 5.5 and I want to get the event when url change, I want to set the redirection. In Symfony, we can do onKernelRequest() as give below
onKernelRequest(GetResponseEvent $event) And change event with
$event->setResponse(new RedirectResponse($url_redirection)); How can I do this in Laravel please
Please or to participate in this conversation.