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

Add missing step to README for installing Horizon #23

Closed
wants to merge 1 commit into from
Closed

Add missing step to README for installing Horizon #23

wants to merge 1 commit into from

Conversation

SketchNI
Copy link

Adding HorizonServiceProvider to config/app.php was missing in the installation steps.

Adding HorizonServiceProvider to config/app.php was missing in the installation steps.
@bradleybensmith
Copy link

Laravel 5.5 does this automatically - not needed.

@SketchNI
Copy link
Author

Does L5 do this automatically for any composer package?

@bradleybensmith
Copy link

No, the package's composer.json has to be setup for it. In this case:

"extra": {
        ...
        "laravel": {
            "providers": [
                "Laravel\\Horizon\\HorizonServiceProvider"
            ]
        }
    },

@SketchNI
Copy link
Author

That's pretty neat. Can't wait for that. I'll close this PR.

@SketchNI SketchNI closed this Jul 27, 2017
@bradleybensmith
Copy link

See https://laravel-news.com/package-auto-discovery for more info :)

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

2 participants