shpasser / GaeSupportL5

Google App Engine Support package for Laravel 5
MIT License
160 stars 27 forks source link

Laravel5.4 - Using the singleton method instead the Removed share method #71

Closed takeokunn closed 6 years ago

takeokunn commented 7 years ago

The share() method has been removed from this commit.

Removing some old methods such as share() in favor of the more common and documented singleton().

So we should begin using the singleton method instead. thanks!

shpasser commented 7 years ago

Thanks a lot. I will have to postpone the merge till Laravel 5.2 and 5.3 branches are created.

KealJones commented 7 years ago

+1 for this. Would love this asap.

tjnapster555 commented 6 years ago

@shpasser can you update the package so we can also add the npm support for laravel echo also add the support for curl to run schedule command and make a package for google compute engine

shpasser commented 6 years ago

The discussed change is merged. As for other things, I do not quite understand, please clarify. Thanks