Notficatin create
I see a similar issue with livewire and I want to see a notification after the data is created. How can I do?
5 Replies
add send
doesn't work
Class "App\Livewire\Notfication" not found I buy this error
you forget to import the class
use Filament\Notifications\Notification;
composer update solved my problem thanks