Skip to content

Sample Application using Slim-Framework, PDO, Phinx migrations and Docker Developer Environment

License

Notifications You must be signed in to change notification settings

HansellKopp/PHP-Slim-Pdo-Restful

Repository files navigation

App project

Start development environment

Start containers

docker-compose up

or

docker-compose up  -d

Stop development environment

Stop containers:

docker-compose stop

Execute commands inside containers

to open a console prompt.

docker exec -it php  /bin/bash

Execute The MySQL Command-Line Tool

docker exec -it db  /bin/bash
mysql -p       

** note initial mysql password: secret **

Run the test suite

docker exec -it php  /bin/bash
composer test

Install development environment

Detailed introduction for setting up the development environment in file INSTALL.md

About

Sample Application using Slim-Framework, PDO, Phinx migrations and Docker Developer Environment

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published