"require": {
"php": "^8.2",
"filament/filament": "^3.3",
"laravel/framework": "^12.0",
"laravel/tinker": "^2.10.1",
"livewire/livewire": "^3.6"
},$middleware->validateCsrfTokens(except: [
'livewire/*',APP_NAME="mywebsite.com"APP_NAME like "mywebsite.com" throws off the session in the login page of Filament because of the dot, even if it's with quotation marks (or without, I tried both). Switching it to APP_NAME="mywebsitecom" (without the dot .) fixed the 419 error on the login page.