1
0
Fork 0
mirror of https://github.com/archtechx/laravel-tips.git synced 2025-12-12 13:24:03 +00:00

livewire thread

This commit is contained in:
Samuel Štancl 2021-04-09 18:47:19 +02:00
parent a60370fbc9
commit 57ab16675e
18 changed files with 244 additions and 25 deletions

View file

@ -0,0 +1,15 @@
---
title: 'Advanced notifications'
tweet_id: ''
thread_slug: obscure-livewire-tips
author_username: samuelstancl
images:
- 'https://cln.sh/AAMo0d/download'
created_at: 2021-04-09T17:24:56+02:00
slug: advanced-notifications
---
This trait allows dispatching notifications:
- on the current page
- on the next page (after redirect)
- from any part of your code: you can run Lean::notify() in an action class, a model method, or anywhere else — and it will be sent to the browser