-
Notifications
You must be signed in to change notification settings - Fork 114
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
Publishing assets with --provider option #1
Comments
Hey! We just moved the Laravel integration out of maknz/slack into this repo, and at the same time updated our docs. It's certainly possible that only the Laravel 5 provider can be used directly, but in general, a simple |
I'm using another package with a lot of view files I'd rather not pull into my project, so I thought it would be simpler to just specify the provider than deleting the other files. (You can also tag the asset as "config" so only config files are published) |
Cool, awesome. What I'll do is offer the Appreciate the feedback! |
Thanks for this package! Just what I needed.
One little issue I ran into was that while trying to publish the config file, I tried running
vendor:publish --provider="Maknz\Slack\Laravel\ServiceProvider"
to no avail. However, usingvendor:publish --provider="Maknz\Slack\Laravel\ServiceProviderLaravel5"
worked just fine. Don't know if this is something that can be fixed or just needs documenting.The text was updated successfully, but these errors were encountered: