laravelで起こったトラブルシューティング(エラー解消)

未分類


dbを変更しようとしてdocker-composeファイルや.envファイルを変更をしたら下記エラーが発生しました。

Your serialized closure might have been modified and it's unsafe to be unserialized. Make sure you use the same security provider, with the same settings, both for serialization and unserialization.

下記コマンドで解消できました。

php artisan route:clear

php artisan cache:clear
php artisan config:clear
php artisan view:clear
npm run dev
php artisan key:generate