Here’s a quick tutorial about solving this common issue:
- On your project root, open your .env file
- Look for theĀ APP_KEY setting: it must be a string with 16, 24 or 32 random characters. Just write a string of your choice or, even better, get the md5 hash of something: md5 hashes are 32 characters long.
- Save and have fun with Laravel!