page expire in laravel
<meta name="csrf-token" content="{{ csrf_token() }}">
//if not work
composer dump-autoloadpage expire in laravel
<meta name="csrf-token" content="{{ csrf_token() }}">
//if not work
composer dump-autoload419 Page Expired
<meta name="csrf-token" content="{{ csrf_token() }}">how to fix 419 page expired in laravel
I have solved the session problem (419-page Expire) session as a database. I think it would be helpful.
Change .env variable to
SESSION_DRIVER=database
SESSION_LIFETIME=120
  
run this commands:
php artisan session:table
php artisan cache:clear
php artisan migrateCopyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us
