lundi 17 décembre 2018

How to listen all updates in Laravel?

How to listen all models in Laravel for updated rows?

Laravel provides now to use AppServiceProvider, but only for specific model:

User::creating(function ($user) {
   return $user->isValid();
});



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2EzRvs7
via IFTTT

Aucun commentaire:

Enregistrer un commentaire