I have laravel application and using ckeditor and laravel file manager to upload images and files. This store images in public/photos folder. I want to change folder where images are stored. I have set ftp disk in laravel filesystem (https://laravel.com/docs/5.4/filesystem).
So I want to store all images uploaded from ckeditor to new server which is define by ftp disk in config/filesystem.php.
Please help me out!