This repo contains images used to run Laravel on Docker. We use this at UptimeProject.io and decided to OpenSource it in case anyone wants to use it in their own projects. 😁
Image | Tags | Registry |
---|---|---|
uptimeproject/php-laravel |
7.4-fpm 7.4-fpm-xdebug 8.0-fpm 8.1-fpm |
hub.docker.com |
Feel free to create a PR if you have any ideas for improvements. Or create an issue.
The directories in the root of the project represent the containers. The dockerfiles inside represent variants and will become docker tags.
This script automatically walks through the directory structure and then builds and pushes the images.
By default it only builds the containers:
./build-and-release.sh
If you want to also release you have to explicitly pass --release
:
./build-and-release.sh --release
Check out uptimeproject.io