Skip to content

Arkanius/docker-compose-php-slim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slim Framework 3 Skeleton Application running on Docker Compose

This is a sample PHP app (Slim 3 Skeleton) running on Docker Compose.

Install the Application

Run these commands in the directory where you download the code.

  1. Start the docker-compose services (PHP, Nginx) in the background (detached):
$ docker-compose up -d
  1. Run the Composer installer in the PHP container to install the PHP dependencies:
$ docker-compose exec php composer install

The application should now be available on http://localhost:8080.

About

Sample Slim Skeleton app running with Docker Compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 58.7%
  • HTML 32.2%
  • ApacheConf 9.1%