Skip to content

duplxey/back4app-containers-php

Repository files navigation

back4app-containers-php

This repository demonstrates how to dockerize and deploy a Laravel application to Back4app Containers.

To learn more check out the article.

Deploy (Docker)

  1. Install Docker (if you don't have it yet).

  2. Build and tag the image:

    $ docker build -t laravel-sample:1.0 .
  3. Start a new container:

     $ docker run -p 80:80 laravel-sample:1.0
  4. Navigate to http://localhost/ in your favorite web browser.

About

This repository demonstrates how to dockerize and deploy a Laravel application to Back4app Containers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages