How to resolve - No supported encrypter found. The cipher and / or key length are invalid. in Laravel 5

By Hardik Savani September 6, 2020 Category : Laravel

I did get "No supported encrypter found. The cipher and / or key length are invalid" error when i clone my laravel project. But when i run project on browser i was getting this error i did try to solve this error, finally i found bellow error you can generate application key by using bellow command:

Run Command:

php artisan key:generate

We are Recommending you