Skip to content

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

Notifications You must be signed in to change notification settings

lexycole/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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 71.4%
  • Blade 27.6%
  • Other 1.0%