n Never Update the Column in Laravel | CodimTh

Please Disable Your Browser Adblock Extension for our site and Refresh This Page!

our ads are user friendly, we do not serve popup ads. We serve responsible ads!

Refresh Page
Skip to main content
On . By CodimTh
Category:

Never Update the Column in Laravel


If you have DB column which you want to be set only once and never updated again, you can set that restriction on Eloquent Model, with a mutator:


class User extends Model
{
         public function setEmailAttribute($value)
         {
                   if ($this->email) {
                        return;
                   }
                  $this->attributes['email'] = $value;
         }
}

Riadh Rahmi

Senior Web Developer PHP/Drupal & Laravel

I am a senior web developer, I have experience in planning and developing large scale dynamic web solutions especially in Drupal & Laravel.

Web Posts

Search

Page Facebook