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

I would like to make a php backend for my application using the Laravel framework. What are the steps involved in setting up Laravel on the Google App Engine, which I plan to use as a server.

UPDATE: as of March 24, 16. Laravel 5.2 could not be integrated with the Google engine due to an error, as discussed in this release, raised on gitHub. https://github.com/shpasser/GaeSupportL5/issues/45

+5
source share
1 answer

Why not use the Google Container Engine ?

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

+2
source

Source: https://habr.com/ru/post/1245490/


All Articles