687474703a2f2f692e696d6775722e636f6d2f643237624d6f792e706e67

The only supported ciphers are AES-128-CBC and AES-256-CBC

In config/app.php

'cipher' => 'AES-128-CBC',

In my .env file I have APP_KEY of length 32 characters.
php artisan key:generate

Leave a Reply