shpasser / GaeSupportLumen

Google App Engine Support package for Lumen
MIT License
13 stars 2 forks source link

Viability with Lumen 5.2 #4

Open fvanhove opened 8 years ago

fvanhove commented 8 years ago

Is this package viable on Lumen 5.2 ?

shpasser commented 8 years ago

I havn'n tested the package with Lumen 5.2, but I suppose it could work as is. If you would like to test it, please let me know.

MLinek commented 8 years ago

It won't work, Lumen 5.2 no longer has the useStoragePath method in Laravel\Lumen\Application resulting in an error when Shpasser\GaeSupportLumen\Foundation\Application tries to use it at line 97.

shpasser commented 8 years ago

Ok, I see, will have to make a branch to continue support for 5.1 LTS, then will start making changes to master-dev. Thanks.

Sent from my iPhone

On Jun 21, 2016, at 2:32 PM, Mariusz Linkiewicz notifications@github.com wrote:

It won't work, Lumen 5.2 no longer has the useStoragePath method in Laravel\Lumen\Application resulting in an error when Shpasser\GaeSupportLumen\Foundation\Application tries to use it at line 97.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

yclaes commented 8 years ago

Hi @shpasser, any ideas on when you start creating a branch for Lumen 5.2.*?

codemonkeynorth commented 7 years ago

sorry did not realise this (useStoragePath issue) had a workaround in GaeSupportLaravel. I'm assuming therefore we are just waiting for an update to the Lumen version

thanks

shpasser commented 7 years ago

I'm tying to find some time to update GaeSupportL5 and GaeSupportLumen for Laravel 5.2. GaeSupportL5 is very close, GaeSupportLumen for Laravel 5.2 will be released soon after. As for Laravel 5.3, it seems that Google App Engine is not going to support PHP 5.6, will have to wait and see...

fvanhove commented 7 years ago

Hello, any updates regarding lumen GAE on 5.2, 5.3 or 5.4?

shpasser commented 7 years ago

I'm going to do something about 5.2 only. The other Laravel version require more advanced PHP versions than GAE supports currently. In general I'm very busy these days, not sure when I will get to it...