scottmcdhome's avatar

I was fighting this and the issue was my ajax was loading full page instead of just the specific view.

ejdelmonico's avatar

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.

1 like
lifesound's avatar

changing the cipher

'cipher' => 'AES-256-CBC',
Previous

Please or to participate in this conversation.