Skip to content

srustamov/example-php-application

Repository files navigation

Example PHP Application

Example PHP Application is a PHP-based project developed to showcase a sample PHP application. This project is Dockerized to ensure streamlined development, and deployment. The source code is hosted on GitHub.

Table of Contents

  1. Prerequisites
  2. Getting Started
  3. Usage
  4. Contributing

Prerequisites

  • Docker
  • Docker-Compose
  • Git
  • PHP (if running outside Docker)
  • Mysql (if running outside Docker)

Getting Started

Clone the Repository

To get started with the Example PHP Application, clone the repository to your local machine using the following command:

git clone https://github.com/srustamov/example-php-application.git
cd example-php-application

Build and Run the Docker Container

Once you have cloned the repository, navigate to the project directory and run the following commands to build and run the Docker container:

docker-compose build
docker-compose up -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published