Skip to content
New issue

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

Fix for APP_KEY not being set in .env file #71

Merged
merged 1 commit into from
May 23, 2016
Merged

Fix for APP_KEY not being set in .env file #71

merged 1 commit into from
May 23, 2016

Conversation

jamie-owen
Copy link

The APP_KEY environment variable isn't being set properly by php artisan key:generate. Ensuring the placeholder value isn't surrounded by double quotes fixes this problem, stopping 500 errors caused by an invalid key when users try and set Cachet up.

Fixes #66 and #69.

@GrahamCampbell GrahamCampbell merged commit 6e528e7 into cachethq:master May 23, 2016
@GrahamCampbell
Copy link
Contributor

Thank you!

@jamie-owen jamie-owen deleted the App-key-fixes branch May 23, 2016 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Errors 500
2 participants