-
-
Notifications
You must be signed in to change notification settings - Fork 316
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
30c9689
commit 1b7e9c4
Showing
1 changed file
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
# 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 | | ||
|--------|-------------| - | | ||
| 8.1 | 8.1 | β Everything. | | ||
| 8.2 | 8.2 | β Everything. | | ||
| 8.3 | 8.3 | β Everything. | | ||
| stable | **8.3** | π Aliases the latest stable version of PHP that supports all features of this docker image. | | ||
| Tags | PHP version | Features | | ||
| ------ | ----------- | --------------------------------------------------------------------------------------------------------------- | | ||
| 8.1 | 8.1 | β Everything. | | ||
| 8.2 | 8.2 | β Everything. | | ||
| 8.3 | 8.3 | β οΈ Everything but using `xdebug-beta` instead of `xdebug-stable`. | | ||
| stable | **8.2** | π Aliases the latest stable version of PHP that supports all features of this docker image. | | ||
| latest | **8.3** | π 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/) | ||
|
||
- [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/) |