UnknownSec Bypass
403
:
/
mnt
/
lmsestudio-instance-vol002
/
lms_0f9cac4b9b8b
/
app
/
Models
/
Config
/ [
drwxr-xr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
Template.php
<?php namespace EstudioLMS\Models\Config; use Illuminate\Database\Eloquent\Model; /** * EstudioLMS\Models\Config\Template * * @property int $id * @property string $logo * @property string $favicon * @property string $register_info * @property bool $add_teacher * @property bool $list_teacher * @property bool $students_studying * @property bool $release_date * @property bool $level * @property string $disqus_short_name * @property \Carbon\Carbon $created_at * @property \Carbon\Carbon $updated_at * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Template whereAddTeacher($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Template whereCreatedAt($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Template whereDisqusShortName($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Template whereFavicon($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Template whereId($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Template whereLevel($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Template whereListTeacher($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Template whereLogo($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Template whereRegisterInfo($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Template whereReleaseDate($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Template whereStudentsStudying($value) * @method static \Illuminate\Database\Query\Builder|\EstudioLMS\Models\Config\Template whereUpdatedAt($value) * @mixin \Eloquent */ class Template extends Model { protected $fillable = [ 'logo', 'favicon', 'add_teacher', 'list_teacher', 'students_studying', 'release_date', 'level', 'disqus_short_name', 'head_custom_script', 'body_custom_script', 'head_block', 'content_block', 'footer_block', 'font_title', 'theme_id', 'color_title', 'font_body', 'color_body', 'color1', 'color2', 'color3', 'color4', 'color5', 'color_border', 'link', 'link_hover', 'button1', 'button2', 'button3', 'button4', 'custom_css', 'admin_msg_title', 'admin_msg_text', 'visual_admin', 'menu_main', 'menu_courses', 'menu_subscription', 'menu_teachers', 'menu_blog', 'menu_faq', 'menu_contact', 'listing_courses', 'listing_subscriptions', 'show_course_details_subscription_landpage', 'show_course_ratings', 'show_lesson_comments', 'show_course_modules', 'show_course_programmatic_content', 'show_digital_magnet', 'digital_magnet_id', 'side_blog_block_text', 'side_blog_block_script' ]; }
Copyright © 2026 - UnknownSec