i installed responsive file manager in my laravel project. but i get this error
i want to upload my file in this directory: public/filemanager/
and i changed 'upload_dir' in ckeditor/filemanager/config/config.php:
'upload_dir' => getenv('APP_ROOT_PATH').'/public/filemanager/',
what should i do?