
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
In config/app.php
'cipher' => 'AES-128-CBC',
In my .env file I have APP_KEY
of length 32 characters.
php artisan key:generate