Example #1
0
 public function getTitleAttribute()
 {
     $file = public_path() . '/' . $this->path;
     return \File::name($file) . '.' . \File::extension($file);
 }