BREAD accessors
<?php
public function getNameBrowseAttribute()
{
return $this->name ?? 'Empty';
}<?php
public function getNameReadAttribute()
{
//
}
public function getNameEditAttribute()
{
//
}
public function getNameAddAttribute()
{
//
}Last updated
Was this helpful?