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

Service Provider is never published #356

Closed
LuisPassos opened this issue May 15, 2024 · 2 comments · Fixed by #357
Closed

Service Provider is never published #356

LuisPassos opened this issue May 15, 2024 · 2 comments · Fixed by #357
Labels
bug Something isn't working

Comments

@LuisPassos
Copy link

Stack

Jetstream – Vue with Inertia

Package Version

v6.0

Laravel Version

v11.0

Livewire Version

No response

react Version

No response

Vue Version

No response

PHP Version

PHP 8.2.0

Problem description

The SocialstreamServiceProvider file is never published when installing socialstream. If any change is made in app/Actions/Socialstream then changes will not take effect. I would like to change Actions to add scopes, as described here: https://docs.socialstream.dev/getting-started/customization/socialite-redirect

Expected behavior

SocialstreamServiceProvider should be published.

Steps to reproduce

Install Laravel v11 project with Jetstream (installed using Herd)
Run: composer require joelbutcher/socialstream
Run: php artisan socialstream:install jetstream inertia

File will not appear and any changes to actions will not take effect

Reproduction repository

https://github.com/LuisPassos/socialstream

Relevant log output

No response

@LuisPassos LuisPassos added the bug Something isn't working label May 15, 2024
@joelbutcher
Copy link
Owner

@LuisPassos Can you check out the branch on #357 and re-run the installer to see if that works for you? Cheers!

@LuisPassos
Copy link
Author

Thank you @joelbutcher. Installer now adds the service provider.
Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants