# laravel-docker **Repository Path**: johnemo/laravel-docker ## Basic Information - **Project Name**: laravel-docker - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-23 - **Last Updated**: 2021-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 | Features | | - | - | - | | 7.3 | 7.3 | ✅ Everything. | | 7.4 | 7.4 | ✅ Everything. | | 8.0 | 8.0 | 🚧 [Extension `imagick` missing](https://github.com/Imagick/imagick/issues/358). | | stable | **7.4** | 🔗 Aliases the latest stable version of PHP that supports all features of this docker image. | | latest | **8.0** | 🔗 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/)