How to add Laravel 5.2/ Laravel 5.3 onto Google App Engine?

Viewed 2288

I would like to make a php backend for my app using Laravel framework. What are the steps involved to setup Laravel onto Google App Engine which I am planning to use as a server.

UPDATE: As of 24th March, 16. Laravel 5.2 cannot be integrated with google app engine because of an error as discussed in this issue raised in gitHub. https://github.com/shpasser/GaeSupportL5/issues/45

1 Answers
Related