Файловый менеджер - Редактировать - /home/c7lekhnath/silverray.com.au/Modules/Language/database/seeders/68334/Models.tar
Назад
.gitkeep 0000644 00000000000 15012232601 0006153 0 ustar 00 Language.php 0000644 00000001661 15012232601 0006774 0 ustar 00 <?php namespace Modules\Language\app\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; use Illuminate\Support\Facades\Cache; class Language extends Model { use HasFactory; protected $fillable = [ 'name', 'code', 'direction', 'status', 'is_default', ]; public function setCodeAttribute($value) { $this->attributes['code'] = str_replace(' ', '-', strtolower($value)); } public static function boot() { parent::boot(); static::saved(function () { Cache::forget('allLanguages'); }); static::created(function () { Cache::forget('allLanguages'); }); static::updated(function () { Cache::forget('allLanguages'); }); static::deleted(function () { Cache::forget('allLanguages'); }); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.20 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка