[Illuminate\Contracts\Filesystem\FileNotFoundException]
/home/vagrant/Sites/tp/ava/public/application.html
[League\Flysystem\FileNotFoundException]
File not found at path: home/vagrant/Sites/tp/ava/public/application.html
The file is definitely there, I'm wondering if the 'File not found at path: home/vagrant/Sites/tp/ava/public/application.html' is removing the '/' from the beginning of the file path or am I just using it wrong?
Forget that, just needed to read the docs properly.
"The filesystem configuration file is located at config/filesystems.php. Within this file you may configure all of your "disks". Each disk represents a particular storage driver and storage location. Example configurations for each supported driver is included in the configuration file. So, simply modify the configuration to reflect your storage preferences and credentials."