We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am new to laravel, so when I updated the .env file, I did not update the APP_KEY variable, because I thought it was not necessary. So when I ran the site with my XAMPP i get a blank page, when I run with starting a server with php artisan serve, i get an error about cipher, so #[this] (https://stackoverflow.com/questions/31512970/laravel-no-supported-encrypter-found-the-cipher-and-or-key-length-are-invalid) helped solve the issue.
APP_KEY
Will be nice if you add the solution to the read.me file. thanks
The text was updated successfully, but these errors were encountered:
Ah I see... Will add that to the readme for anyone new to Laravel. Thanks.
Sorry, something went wrong.
No branches or pull requests
I am new to laravel, so when I updated the .env file, I did not update the
APP_KEY
variable, because I thought it was not necessary.So when I ran the site with my XAMPP i get a blank page, when I run with starting a server with php artisan serve, i get an error about cipher, so #[this] (https://stackoverflow.com/questions/31512970/laravel-no-supported-encrypter-found-the-cipher-and-or-key-length-are-invalid) helped solve the issue.
Will be nice if you add the solution to the read.me file. thanks
The text was updated successfully, but these errors were encountered: