ably / laravel-broadcaster

Official Laravel Ably Broadcaster
https://laravel.com/docs/broadcasting
Apache License 2.0
47 stars 7 forks source link

Need Laravel 10 support #29

Closed takielias closed 1 year ago

takielias commented 1 year ago

Do you have a plan to release Laravel 10 support?

sync-by-unito[bot] commented 1 year ago

➤ Automation for Jira commented:

The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3381

sacOO7 commented 1 year ago

Yes, we will be releasing support for laravel 10 on Monday. I will try to talk to one of our devs, in case we can get it done sooner :👍. You can see the latest release PR https://github.com/ably/laravel-broadcaster/pull/27

sacOO7 commented 1 year ago

Meanwhile, you can install package as a GitHub package , to use it in laravel 10 https://stackoverflow.com/questions/38323965/installing-github-package-into-laravel-project-using-composer

sacOO7 commented 1 year ago

Hi @takielias, we have made the official release. You should now be able to use the package using composer install .

Thanks