Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

get the value without setter method laravel

Methods you can try : 
1. $model->getAttributes()['name']; //worked for me
2. $model->getOriginal('name');
3. $this->attributes['name'];
 
PREVIOUS NEXT
Tagged: #setter #method #laravel
ADD COMMENT
Topic
Name
6+3 =