Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

🐳 Generic docker image for Laravel Applications
https://github.com/lorisleiva/laravel-docker

Last synced: 6 days ago
JSON representation

🐳 Generic docker image for Laravel Applications

Awesome Lists containing this project

README

        

# laravel-docker

🐳 Generic docker image for Laravel Applications

[![Docker Badge](https://img.shields.io/docker/pulls/lorisleiva/laravel-docker)](https://hub.docker.com/r/lorisleiva/laravel-docker/)

| Tags | PHP version | Architecture | Features |
|--------|-------------|-------------|-----------------------------------------------------------------------------------------------------------------|
| 8.2 | 8.2 | amd64/arm64 | ✅ Everything. |
| 8.3 | 8.3 | amd64/arm64 | ✅ Everything. |
| 8.4 | 8.4 | amd64/arm64 | ✅ Everything. |
| stable | **8.3** | amd64/arm64 | 🔗 Aliases the latest stable version of PHP that supports all features of this docker image. |
| latest | **8.4** | amd64/arm64 | 🔗 Aliases the latest stable version of PHP available (even if that version does not support all features yet). |

#### Use within your GitLab's pipelines.

- [Run test suite and check codestyle](http://lorisleiva.com/using-gitlabs-pipeline-with-laravel/)
- [Build, test and deploy your Laravel application](http://lorisleiva.com/laravel-deployment-using-gitlab-pipelines/)