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. |
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
Add config.ssh.insert_key = false in VagrantFile |
NewerOlder