Skip to content

Instantly share code, notes, and snippets.

@atifazad
Created March 4, 2016 11:41
Show Gist options
  • Save atifazad/c1f2fc0f882a077c57c7 to your computer and use it in GitHub Desktop.
Save atifazad/c1f2fc0f882a077c57c7 to your computer and use it in GitHub Desktop.
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