FTP Storage
Using Laravel's Filesystem Library, you may opt to use an external FTP server to serve as your application's default storage disk. This means that all upload, download, and stream requests are sent to and received from that server.
All you have to do is set the following environment variables.
.env
Last updated