Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gigacache/php-project-dockerized

Dockerized PHP Skeleton Project, Ready For Your Next PHP Project
https://github.com/gigacache/php-project-dockerized

apache apcahe docker makefile mysql php8 phpmyadmin

Last synced: 9 days ago
JSON representation

Dockerized PHP Skeleton Project, Ready For Your Next PHP Project

Awesome Lists containing this project

README

        

# php-project-dockerized

Ready for your next php project

## What does this repo do

- Builds php-apache, mysql and phpmyadmin docker containers from official images.
- Dumps a script in mysql db so your project can be setup in seconds.
- Connects the mysql db to phpmyadmin on localhost:8082 so you can easily manage your data.

## Installation
```
make install
```

Drop your php project in `./public`

## Removal
```
make remove-docker
```

## Errors
- [x] Make sure docker is running
- [x] Make sure you can run make commands