samedi 24 octobre 2015

laravel storage outside of laravel

Good times, I am having some problems accessing Laravel Storage::disk('s3') outside of laravel.

I have a third party uploader that uploads my images via my app, however i would love to move the files to amazaon s3 after upload,

I tried:

require("../vendor/autoload.php");

Illuminate\Support\ClassLoader::register(); $fileSystem = new \Illuminate\Filesystem\Filesystem();

then $fileSystem::disk('s3');

however it does not seem to be a method of the class.

Any help?



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire