📝 This repository contains the beginning of a PHP application with a Docker
The application contains :
- A PHP container with Apache. You already have Composer installed
- A MySQL container
- PhpMyAdmin already connect to MySQL
- Pull the repository
- Install dependencies
make install
- Launch the application
make start
- Stop the application
make stop
- Connect to MySql
make mysql-connect
- Install Composer Packages
docker-compose run --rm php-apache-environment composer require package_name