Sunday, March 12, 2017

Laravel upload file to static resource server

In laravel filesystem, we can use The Local Driver, the S3 Driver to handle the file upload, but I want to upload the file to a absolute static server,but In the server cant use the ftp driver,do you have other way to sync the resource to the static server?thanks



via LaravelFly

Advertisement