“Модель Laravel Модель неопределенного свойства” Ответ

Модель Laravel Модель неопределенного свойства

add the to the function in the model eg : you can't access $user->photo then create a function inside user model called getImage() then inside the function write return $this->attributes['photo']; then call the $user->getImage() in the controller, everything will work fine
Kriss Sachintha

Модель Laravel Модель неопределенного свойства

add the to the function in the model
  eg : you can't access $user->photo then create a function 
  inside user model called getImage() then inside the function write
  return $this->attributes['photo']; 
  then call the $user->getImage() in the controller, 
  everything will work fine
Kriss Sachintha

Модель Laravel Модель неопределенного свойства

add the to the function in the model eg : you can't access $user->photo then create a function inside user model called getImage() then inside the function write return $this->attributes['photo']; then call the $user->getImage() in the controller, everything will work fine
Kriss Sachintha

Модель Laravel Модель неопределенного свойства

add the to the function in the model eg : you can't access $user->photo then create a function inside user model called getImage() then inside the function write return $this->attributes['photo']; then call the $user->getImage() in the controller, everything will work fine
Kriss Sachintha

Модель Laravel Модель неопределенного свойства

add the to the function in the model eg : you can't access $user->photo then create a function inside user model called getImage() then inside the function write return $this->attributes['photo']; then call the $user->getImage() in the controller, everything will work fine
Kriss Sachintha

Ответы похожие на “Модель Laravel Модель неопределенного свойства”

Вопросы похожие на “Модель Laravel Модель неопределенного свойства”

Больше похожих ответов на “Модель Laravel Модель неопределенного свойства” по PHP

Смотреть популярные ответы по языку

Смотреть другие языки программирования