Laravel redirects a user to a page after Authentication and automatically trigger an Ajax call for dashboard.blade.php
Hi guys how can i make laravel redirect a user after Registration or Login to a page, that in turn sends an AJAX call for the dashboard...please guys i need your methods
Let say after laravel(php) have redirected user to the page, it tells Javascript to make ajax call for dashboard does this sound feasible? or does it make sense?