MEDIA COMPONENT
Manage your files easily with the most popular media manager, elFinder!
 
    Configuring Media Rules:
Open
app/config/backend/backend.phpand update with your needs
/*
* Media rules
*/
'upload_rules' => array(
    'uploadDeny' => array(),
    'uploadAllow' => array('all'),
    'uploadOrder' => array('deny','allow'),
),
        More documentation coming soon or you may help us improve the docs by making pull request here: https://github.com/darryldecode/laravelbackend-site
    
