Reputation: 5144
I got below error when I try to run my Laravel 5.1 application.
"No supported encrypter found. The cipher and / or key length are invalid."
Upvotes: 0
Views: 116
Reputation: 5144
I have solved this problem by running below command:
php artisan key:generate
Upvotes: 1