-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RuntimeException] No supported encrypter found. The cipher and / or key length are invalid. #4
Comments
This project was built in Laravel 5. I'm not sure if Laravel is backward compatible - maybe that is where your problem is. What output do you get on composer install? |
This is the output of composer install:
[RuntimeException] Script php artisan optimize handling the post-install-cmd event returned with error code 1 |
Nothing worked cipher is error is appearing in cmd of windows while entering the command php artisan serve |
This problem can be solved by doing the following: 1- Create
2 - Run |
**Note ** Delete Vendor Folder From cloned directory to be sure
|
When I try php artisan serve it says [RuntimeException] No supported encrypter found. The cipher and / or key length are invalid.
I also tried:
php artisan key:generate
composer update
composer install
But nothing is working
I have installed laravel 6.x. If I run laravel new blog everything is working fine.
The text was updated successfully, but these errors were encountered: