Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 934
suku Avatar asked Oct 30 '22 07:10

suku


1 Answers

Why not use Google Container Engine?

You can build a container (Docker is a good choice in my opinion) with PHP and Laravel.

like image 192
Balazs Szabo Avatar answered Nov 08 '22 06:11

Balazs Szabo