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

Added check in ServiceProvider's register and boot methods to see if … #139

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jarnail93
Copy link

…we are on terminal, then do not register and boot.

Why? because, if we add no-captcha to the project at the very beginning or say before generating application key (artisan key:generate), then artisan key:generate will throw an error of "RuntimeException No application encryption key has been specified." because of the use of Encryption class, which itself require application key.

Jarnail Singh and others added 3 commits January 23, 2019 13:08
…we are on terminal, then do not register and boot.

Why? because, if we add no-captcha to the project at the very beginning or say before generating application key (artisan key:generate), then artisan key:generate will throw an error of "RuntimeException No application encryption key has been specified." because of the use of Encryption class, which itself require application key.
Updating with upstream repository
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.

None yet

1 participant