Advanced Livewire: Abstracting notifications

By @samuel · 2021-10-18 19:32

Advanced Livewire: Abstracting notifications

  • By @geovanek · 2021-10-21 12:03

    Hello, Sorry for my low level of knowledge. Where is this Toast class located? And how do I use it on components?

    • By @samuel · 2021-10-21 12:26

      You can place the class anywhere — it's a static class so you can just import it and call the methods in any file.