Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lorisleiva/laravel-docker
- Owner: lorisleiva
- License: mit
- Created: 2018-04-03T13:37:59.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-12-19T09:50:51.000Z (15 days ago)
- Last Synced: 2024-12-19T10:39:38.623Z (15 days ago)
- Language: Dockerfile
- Homepage:
- Size: 104 KB
- Stars: 937
- Watchers: 26
- Forks: 320
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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/)