Trying to integrate this with Lumen
and after hours I still can't figure it out.
I have this working with my Laravel
setup and now want to create my API with Lumen.
The guide provided in with the repo is for setting it up with Laravel
.
As said in the Lumen
docs, Lumen
will make use of files you put in the config
folder so I copied my config/app
and config/aws
files and put them in a config
folder in my Lumen
app but this still isn't working.
I also tried with adding
$app->register(Aws\Laravel\AwsServiceProvider::class);
in bootstrap/app.php
Any help appreciated.
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire