I installed a new fresh copy of Laravel 5.3 using composer but I\'m getting this error:
The only supported ciphers are AES-128-CBC and AES-256-CBC wit
Run php artisan key:generate.
php artisan key:generate
Do php artisan config:clear,
php artisan config:clear
Then php artisan config:cache
php artisan config:cache
And things will start working!