I was fighting this and the issue was my ajax was loading full page instead of just the specific view.
FYI Whenever you change a config setting via the config files or .env, you must run php artisan config:clear because Laravel caches all config data.
changing the cipher
'cipher' => 'AES-256-CBC',
Please or to participate in this conversation.