FileManager4TinyMCE
FileManager4TinyMCE copied to clipboard
how to migrate with laravel 5
how to change upload dir for laravel 5 base?
$base_url=""; //url base of site if you want only relative url leave empty $upload_dir = '/public/upload/'; // path from base_url to upload base dir $current_path = '../../../../upload/'; // relative path from filemanager folder to upload files folder