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
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