Skip to content

Instantly share code, notes, and snippets.

@psgganesh
Last active July 12, 2017 03:38
Show Gist options
  • Save psgganesh/4e3c9443b77513279c8dc88fb3fd3aca to your computer and use it in GitHub Desktop.
Save psgganesh/4e3c9443b77513279c8dc88fb3fd3aca to your computer and use it in GitHub Desktop.
Eloquent Accessors and Mutators

Laravel Eloquent Accessors and Mutators

Eloquent Accessors - All "get's" getFirstNameAttribute( $value ) ...

Eloquent Mutators - All " set's " setFirstNameAttribute( $value ) ....

How to use

Declare in your model files

Where to use

Anywhere; by calling model class methods to create / update / delete records

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment