syedgalib / docker-php-starter
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
This package is auto-updated.
Last update: 2024-11-12 19:06:15 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