[ Root System Explorer ]
Location:
Root
/
var
/
www
/
html
/
app.acma.in
/
AppBackUp
/
Model
+ Folder
+ File
Upload
Editing: Event.php
<?php namespace App\Model; use Illuminate\Database\Eloquent\Model; class Event extends Model { protected $fillable = [ 'id','title','about','location','howto','eventdate','url','status','cat','event_img']; /** * Indicates if the model should be timestamped. * * @var bool */ public $timestamps = false; /** * The table associated with the model. * * @var string */ protected $table = 'events'; }
SAVE CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 Circulars.php
FILE
Ren
[EDIT]
DEL
📄 EV_Reports.php
FILE
Ren
[EDIT]
DEL
📄 Event.php
FILE
Ren
[EDIT]
DEL
📄 Guest.php
FILE
Ren
[EDIT]
DEL
📄 MemberDB.php
FILE
Ren
[EDIT]
DEL
📄 Notification.php
FILE
Ren
[EDIT]
DEL
📄 Publication.php
FILE
Ren
[EDIT]
DEL
📄 Vehiclereport.php
FILE
Ren
[EDIT]
DEL