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 package auto-discovery functionality #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

orediggerco
Copy link

@orediggerco orediggerco commented May 21, 2018

Laravel 5.5 introduced a new package auto-discovery feature to make installing Laravel packages easier. By adding extra information in the composer.json file, Laravel 5.5+ will identify the listed ServiceProvider and Facade and automatically register them without physically adding them to config/app.php in a consuming project.

I also updated the README to describe the new functionality, and modified the ServiceProviderLaravel5 class to add the group string to the publishes method.

@orediggerco orediggerco force-pushed the add_laravel_package_auto_discovery branch from 8519634 to 3b2b154 Compare May 21, 2018 22:00
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.

1 participant