Created
March 4, 2016 11:41
-
-
Save atifazad/c1f2fc0f882a077c57c7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
No supported encrypter found. The cipher and / or key length are invalid. | |
This Error means that App key hasn't been added or it is invalid. To fix it... | |
php artisan key:generate | |
Above commad generates a new key. Confirm in .env file that APP_KEY is updated with new key, if not paste the new key here. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment