Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dmyers/laravel-docker

Base docker image for Laravel
https://github.com/dmyers/laravel-docker

Last synced: 1 day ago
JSON representation

Base docker image for Laravel

Awesome Lists containing this project

README

        

# Laravel Docker

This is a base setup for Laravel to use with Docker and Docker Compose.

| Tags | PHP version | Features |
| - | - | - |
| 7.2 | 7.2 | PHP v7.2 |
| 7.2-fpm | 7.2 | PHP v7.2 with FPM |
| 7.3 | 7.3 | PHP v7.3 |
| 7.3-fpm | 7.3 | PHP v7.3 with FPM |
| 7.4 | 7.4 | PHP v7.4 |
| 7.4-fpm | 7.4 | PHP v7.4 with FPM |
| 8.0 | 8.0 | PHP v8.0 |
| 8.0-fpm | 8.0 | PHP v8.0 with FPM |
| latest | **7.4** | Link to 7.4 tag. |

### Usage

```bash
docker pull dmyers/laravel
```