Go here https://laravel.com/docs/5.5/filesystem#configuration and take a look at ftp driver configuration.
Nov 13, 2017
2
Level 1
Laravel and subdomains , different servers.
I have my laravel application on this domain : "example.com"
i want to be able to store files on this domain "sub.example.com" which is on a different hosting service from my main laravel app.
also i want to be able to delete files from the subdomain directory using my laravel app.
how to do that ?
Please or to participate in this conversation.