syedgalib / docker-php-starter
Package info
github.com/syedgalib/docker-php-starter
Type:project
pkg:composer/syedgalib/docker-php-starter
0.0.6
2024-01-12 17:16 UTC
This package is auto-updated.
Last update: 2026-03-12 22:19:48 UTC
README
Configuration
- PHP 7.4.3
- MySql 8.0
Installation
composer create-project syedgalib/docker-php-starter my-project
Initialization
Open the terminal in the root directory and run
docker compose up -d
After running the command you should be able to open your project from the following url:
- Main App: http://localhost:8000
- phpMyAdmin: http://localhost:8080
App Directory
Use app directory for project files.
Exit
To stop the application, open the terminal in the root directory and run
docker compose down