Laravel Notifications: "Database" Driver - Demo Project

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

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

  • @_MusageteS_
    @_MusageteS_ Год назад +2

    Thanks to you I've got a better grasp at implementing this, now i just wish you did this with Laravel web sockets.

  • @RobertMerki
    @RobertMerki 3 года назад +3

    Your tutorials are perfect. You explain everything properly, but without going on too long. You are a great teacher. Thank you for making this video.

  • @Akteur33
    @Akteur33 3 года назад +11

    I don't think you can even imagine how good and helpful you are ;)
    Thank you for your tutorials!

  • @UrinatingTheCrowd
    @UrinatingTheCrowd 4 года назад +2

    your tutorials are always the ones that im looking for. bravo sir 👍

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

    dude your everywhere =P. I can't google anything with Laravel without you popping up!

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

    Your tutorials are the best

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

    Hi,
    Really it's very nice and working fine.
    Lot of thanks sir

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

    Povilas is it possible to develop a Laravel web app that will notify users on their phone for notifications coming from the database? same as like getting a notification from youtube if there are replies to your comments on a video.

  • @sunnysk43
    @sunnysk43 4 года назад

    Great Video - thank you so much!

  • @hamzaBashir-tq9xd
    @hamzaBashir-tq9xd Год назад

    how can I pass a specific admin id dynamically to the event handler? like a vendor system, where a user request to his owner for a stock refill?

  • @shankarshresha2049
    @shankarshresha2049 4 года назад

    Awesome video sir.....

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

    Thanks!!!

  • @carsonbeerm.v3449
    @carsonbeerm.v3449 2 года назад

    Thank u so much for this video! but how can i make the id dynamic..i mean how can i pass it in the handle method?

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

    How to handle database notification in a large project, coz after a few months the table size will increase? Is that affect the project speed? please answer...

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

    How to create multiple notifications and show specific notification to specific user role?

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

    thanks god

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

    How to change default user model to a custom model?

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

    Is this realtime in Admin or we need to refresh page to view the latest notifications ?

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

    How to make icon that count the notification ??

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

    Cooool! 🤍

  • @taalayedtech
    @taalayedtech 4 года назад

    thanx

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

    can set the delay for database notification?

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

    are the notifications pushed to the admin ??

  • @claudiobrt652
    @claudiobrt652 4 года назад

    Awesome content. Thank you again for your hard work. Any quick tips on how to listen to the event of someone Authenticating via passport ? Done it when someone logins via views, but can't figure out how to do it when some one authenticates via APIs. Thank you again sir !

    • @PovilasKorop
      @PovilasKorop 4 года назад +1

      Hi, I haven't done it myself with Passport, so I don't have a direct answer, and from what I see, Passport doesn't fire an event of Authenticating or something similar, it's only these: laravel.com/docs/master/passport#events

    • @claudiobrt652
      @claudiobrt652 4 года назад

      @@PovilasKorop thank you Povilas. I'll have a look. Have a good day!

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

    Thats what i am going to implement now. But the only Q is. Is this real time? Now i use pusher to tranfer data and listen in vue. Is it possible to make it real time via database?

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

      You will need to look at Laravels broadcast events that

  • @EkoPrasetyo-jm2mq
    @EkoPrasetyo-jm2mq 4 года назад +2

    this is not realtime?

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

    I have to send notifications to up to 1 million users at a time, how can I achieve that with optimize way.

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

      By using queues and jobs

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

      @@LaravelDaily i am doing the same, supervisor has configured everything works fine, but after some days id does not working even the supervisor is running, but when I restart it, it starts working 😞

  • @dishanjd6790
    @dishanjd6790 4 года назад

    how to paginate the all notifications?

    • @PovilasKorop
      @PovilasKorop 4 года назад

      Haven't tried it myself, but $user->notifications is Eloquent collection, so it should work with default Laravel pagination, something like $user->notifications->paginate(10);

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

    Is there anyway to store database notifications to mongo db

  • @fatima-ezzahraes1524
    @fatima-ezzahraes1524 4 года назад

    thank you so much i have a problem with js is not working for me can you help me

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

    Hi there
    Iam asking
    How to implement the virtual Bank in laravel
    I have account in the accounts table
    I wanna transfer the mount from one to another
    How can do it
    Pls help me quickly 🙏🙏🙏