PHP Classes

File: src/config/files.php

Recommend this page to a friend!
  Classes of Moamen Eltouny   Laravel File Model   src/config/files.php   Download  
File: src/config/files.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel File Model
Add support for file properties in Laravel models
Author: By
Last change:
Date: 3 years ago
Size: 137 bytes
 

Contents

Class file image Download
<?php
return [
   
'fields' => [
       
'image', 'picture', 'cover', 'thumbnail',
       
'video', 'audio',
       
'file'
   
]
];