syedgalib/docker-php-starter

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/syedgalib/docker-php-starter

0.0.6 2024-01-12 17:16 UTC

This package is auto-updated.

Last update: 2025-09-12 21:17:23 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:

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