01-22-2020, 02:13 AM
Can I redirect from Events
my code below not working
thanks
my code below not working
PHP Code:
Events::on('post_controller_constructor', function() {
return redirect('user/grid');
});
thanks