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

Feat multiple providers #139

Closed

Conversation

gaetan-hexadog
Copy link
Contributor

This PR adds the possibility to declare multiple publishable providers. It's useful when the package need to publish and register multiple providers (like a standard ServiceProvider + an AuthServiceProvider).

It can be used with the already existing method publishesServiceProvider but by providing and array of providers name

$package
    ->name('your-package-name')
    ->publishesServiceProvider([
        $nameOfYourServiceProvider1,
        $nameOfYourServiceProvider2,
        ...
    ]);

@spatie-bot
Copy link

Dear contributor,

because this pull request seems to be inactive for quite some time now, I've automatically closed it. If you feel this pull request deserves some attention from my human colleagues feel free to reopen it.

@spatie-bot spatie-bot closed this Dec 30, 2024
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.

2 participants