Skip to content

Instantly share code, notes, and snippets.

View cwilby's full-sized avatar
🚴‍♂️

Cameron Wilby cwilby

🚴‍♂️
View GitHub Profile
@squatto
squatto / CanSaveQuietly.php
Last active December 24, 2022 22:52
CanSaveQuietly Laravel model trait - save or update models without firing any model events
<?php
namespace App\Models\Traits;
/**
* @mixin \Eloquent
*/
trait CanSaveQuietly
{
/**