I am using php artisan serve in this Laravel 8 project and after setting the SESSION_DOMAIN value in my .env file, all form post requests come back with 419 session expired.
The session domain is set to SESSION_DOMAIN=".localhost:8000" and I have hard-refreshed (ctrl+f5) in addition to clearing browser cookies for localhost.
Tests still pass and if I remove SESSION_DOMAIN from my .env file, I can register/login with no problems.
Any assistance would be appreciated! :)