2017 © Pedro Peláez
 

project slim3-skeleton

Skeleton application for Slim3 with Docker-compose set up for development

image

luciam91/slim3-skeleton

Skeleton application for Slim3 with Docker-compose set up for development

  • Wednesday, August 10, 2016
  • by Luciam91
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Slim Framework 3 Skeleton with Docker-Compose

This is a simple skeleton application for the Slim3 Framework with support for Doctrine, Redis and environment aware config from the get-go., (*1)

Getting Started

To get started create a new project using Composer, (*2)

composer create-project luciam91/slim3-skeleton PROJECT -s dev, (*3)

Your project will now be set up in the PROJECT directory specified in the above command., (*4)

Docker

For your convenience I have provided a sample docker-compose file for development, ensure you have Docker installed and run the following commands to get a development environment running on your localhost, (*5)

docker-compose up -d database; sleep 30
docker-compose up

This will create and provision the database container first and then create an application container., (*6)

The Versions

10/08 2016

dev-master

9999999-dev

Skeleton application for Slim3 with Docker-compose set up for development

  Sources   Download

MIT

The Requires

 

The Development Requires

skeleton slim-framework slim3 docker-compose

06/08 2016

dev-feature/add-environment-specific-config

dev-feature/add-environment-specific-config

  Sources   Download

The Requires

 

The Development Requires