Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/geshan/laravel6-on-google-cloud-run

Laravel 6 on Google cloud run for a demo
https://github.com/geshan/laravel6-on-google-cloud-run

cloud-run cloud-run-button cloud-run-gke docker docker-compose google-cloud google-cloud-run laravel laravel6 php

Last synced: 18 days ago
JSON representation

Laravel 6 on Google cloud run for a demo

Lists

README

        


Build Status
Total Downloads
Latest Stable Version
License

## Laravel on Google Cloud Run

This is a demo repo for a blog post on [Laravel 6 on Google Cloud Run](https://geshan.com.np/blog/2019/10/get-laravel-6-running-on-google-cloud-run-step-by-step-with-ci/). This repo has an example with CI/CD with Github Actions.

### Run on Google cloud run

[![Run on Google Cloud](https://storage.googleapis.com/cloudrun/button.svg)](https://console.cloud.google.com/cloudshell/editor?shellonly=true&cloudshell_image=gcr.io/cloudrun/button&cloudshell_git_repo=https://github.com/geshan/laravel6-on-google-cloud-run.git)

### To run it locally

To run it locally with docker and docker-compose execute the following command:

```bash
docker-compose up
```