Md Sirajus Salayhin
Md Sirajus Salayhin

Reputation: 5144

Laravel 5.1 - No supported encrypter found error found when started

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

Answers (1)

Md Sirajus Salayhin
Md Sirajus Salayhin

Reputation: 5144

I have solved this problem by running below command:

php artisan key:generate

Upvotes: 1

Related Questions