-
Notifications
You must be signed in to change notification settings - Fork 9
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
Class "App\Jobs\Ably\AblyRest" not found #help #54
Comments
Not sure why you need to create
Broadcaster automatically create instance here, you might like to reuse the same -> laravel-broadcaster/src/LaravelAblyBroadcasterServiceProvider.php Lines 16 to 24 in 082d4e0
and we don't support realtime instance creation
|
I feel you might like to refer to official doc https://laravel.com/docs/10.x/broadcasting, on how to use laravel-broadcaster as a part of jobs mechanism. I don't feel need to create separate |
ably/ably-php": "^1.1",
ABLY_KEY=my key
BROADCAST_DRIVER=ably
ABLY_DISABLE_PUBLIC_CHANNELS=true
ABLY_TOKEN_EXPIRY=21600
ABLY_SYNC_SERVER_TIME=true
Php version PHP 8.1.17
Laravel Framework 10.48.22
Any one help me i will make a project use Laravel
┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered: