How To Use Laravel WebSockets And Laravel Echo With Vue 3 App. | S14

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024
  • Laravel WebSockets server and Laravel Echo with a Vue 3 app for real-time application using Laravel 9.
    Article: ahmedshaltout....
    Website: ahmedshaltout....

Комментарии • 25

  • @canerkilicoglu3376
    @canerkilicoglu3376 11 месяцев назад

    It is not compatible for Laravel 9 and above, the repo is no longer up to date and support is available.

  • @pablodanielbritos600
    @pablodanielbritos600 6 месяцев назад

    Thanks for the private channel example!

  • @ayoubsabri1718
    @ayoubsabri1718 Год назад +1

    i have problem for install pusher

    • @ahmed.shaltout
      @ahmed.shaltout  Год назад

      Hello, what's the problem?

    • @ayoubsabri1718
      @ayoubsabri1718 Год назад

      @@ahmed.shaltout Problem 1
      pusher/pusher-php-server is locked to version v3.4.1 and an update of this package was not requested.
      pusher/pusher-php-server v3.4.1 requires php >=5.4 your php version (7.4.15) does not satisfy that requirement.

    • @ahmed.shaltout
      @ahmed.shaltout  Год назад

      @@ayoubsabri1718 I use php 8.1

    • @ayoubsabri1718
      @ayoubsabri1718 Год назад

      @@ahmed.shaltout if u have teamview help me

  • @idk-je8yx
    @idk-je8yx Год назад +1

    Thx, you saved my day

    • @ahmed.shaltout
      @ahmed.shaltout  Год назад +1

      you're welcome, I'm glad that I could help

  • @cayirli
    @cayirli Год назад

    Hello, thank you for your sharing. I followed every step but I get the following error in vue2. 4001,”App key local not in this cluster. Did you forget to specify the cluster?”

    • @ahmed.shaltout
      @ahmed.shaltout  Год назад

      Im using vue3, try to add the cluster, i added PUSHER_APP_CLUSTER in .env file

  • @debkumarmayra9497
    @debkumarmayra9497 Год назад

    Great video. But sir can you make a video for the development server setup.

  • @TruongBanana
    @TruongBanana Год назад

    help me dude i got some problem when i installed composer require beyondcode/laravel-websockets it say Installation failed, reverting ./composer.json and ./composer.lock to their original content.

  • @luffyluffy1338
    @luffyluffy1338 Год назад

    Thank you for sharing. This content really helps me a lot.

  • @johnmcafee9169
    @johnmcafee9169 Год назад

    for the new guys facing problems make sure to use pusher-php-server:7.0.2 instead of 7.2

    • @MrArive
      @MrArive Год назад

      Yes, version 7.2 does not work and i downgraded to 7.0.2 and got to work without changing any configuration.

    • @MrArive
      @MrArive Год назад

      But if you want to use version 7.2
      make sure use "beyondcode/laravel-websockets": "^1.9",

  • @agamurat3019
    @agamurat3019 Год назад

    can we listen for this channels in app ?

    • @ahmed.shaltout
      @ahmed.shaltout  Год назад

      Yes

    • @agamurat3019
      @agamurat3019 Год назад

      @@ahmed.shaltout i am trying to listen for events in react native app, but i could not achieve it

  • @karenmelikyan377
    @karenmelikyan377 Год назад

    Thanks for step by step and detailed explanation! This video deserves more views.