Let's build a messaging platform using Laravel and Livewire | part 1

Поделиться
HTML-код
  • Опубликовано: 17 ноя 2024

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

  • @0x0456
    @0x0456 2 года назад

    Thank you for this tutorial! Great work!

    • @Clovon
      @Clovon  2 года назад

      You're very welcome!

  • @theekingyodah1431
    @theekingyodah1431 3 года назад +1

    awesome looking forward to more vidoes

    • @Clovon
      @Clovon  3 года назад

      Awesome thank you!

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

    Love your video series on this laravel messaging. Quick question, do you have some videos for also adding image or document upload in this messaging platform?

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

      Sorry, I haven't made those videos.

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

      @@Clovon I'll try it myself.

  • @azizullahsamim9924
    @azizullahsamim9924 3 года назад +1

    Cool series

  • @techfuture-code-tv
    @techfuture-code-tv 3 года назад

    can't wait for part 2. very helpful

    • @Clovon
      @Clovon  3 года назад

      Glad you liked it!

  • @ARSHADKHAN-hc6pb
    @ARSHADKHAN-hc6pb 3 года назад +1

    Great brother 👍

  • @osagucc5900
    @osagucc5900 2 года назад

    And please one more thing, Can you please upload your gits per each series so that those who will join later can follow up. You're doing an amazing work.

    • @Clovon
      @Clovon  2 года назад

      You can check here: github.com/clovon/Multipurpose-Laravel-and-Livewire-Application

  • @andreajohn4520
    @andreajohn4520 2 года назад

    Chats will be stored?? Like using database

  • @quoralyanswered
    @quoralyanswered 3 года назад +2

    Great job,
    Is there any downside in using livewire as suppose to a websocket please?

    • @Clovon
      @Clovon  3 года назад +1

      for messaging, while using livewire polling we will be sending multiple request to the server but for large application we can integrate websocket with livewire.

    • @quoralyanswered
      @quoralyanswered 3 года назад

      Ohk greate

  • @andreajohn4520
    @andreajohn4520 2 года назад

    hello sir i am still stuck with that scrollbar... scroll bar is not going down while new message arrived or sending new message i have done this using settimeout function in javascript but i this its not good way please help me out

  • @mohammadaliqurbani453
    @mohammadaliqurbani453 3 года назад +1

    awesome

  • @ДорогамиЕвропы-п6у
    @ДорогамиЕвропы-п6у 3 года назад

    When will be part №2 ?

    • @Clovon
      @Clovon  2 года назад

      It is published.

  • @chaiwat6232
    @chaiwat6232 3 года назад

    Do you have this feature in starter kit?

    • @Clovon
      @Clovon  3 года назад

      not now.

  • @riswangp
    @riswangp 3 года назад

    part 2 please

  • @osagucc5900
    @osagucc5900 2 года назад

    Hello , please how do I get the UI

    • @Clovon
      @Clovon  2 года назад

      Here it is: gist.github.com/clovon/4e48b6645f9b1147a9172b8aa55e8e8f

  • @nahianhasan2071
    @nahianhasan2071 3 года назад

    can we do this with pivot table ?

    • @Clovon
      @Clovon  3 года назад

      I need to see your design to confirm.