I'm using eClass - Learning Management System by media-city, which built in Laravel 8 (PHP 7.4). Bought it from themeforest. It's currently works fine run on server. But recent time I bought a new domain. So that, I want to switch old domain to new one. I tried to run my system on localhost & new domain; it's frontend works fine. But when I tried to login or signup; it shows "419 PAGE EXPIRED."
I tried ->
php artisan key:generate php artisan route:clear php artisan view:clear php artisan cache:clear php artisan config:clear
There is @csrf in login/signup page. Nothing is working; so, need a solution.