These images requires Docker and Docker Compose.
-
Copy
docker-compose.yml
file to your laravel project root path, and edit it according to your needs ; -
Copy content of
.env.example
file and put it into your laravel.env
file with desired values ; -
From your project directory, start up your application by running:
docker-compose up
These docker images are configured in docker-compose.yml
file.
You can comment or uncomment some services according to your project.
tonyyb/laravel-php:7.2
tonyyb/laravel-php:7.3
tonyyb/laravel-php:7.4
tonyyb/laravel-php:8.0
tonyyb/laravel-php:8.1
tonyyb/laravel-php:8.2
tonyyb/laravel-nginx:latest
mysql:5.7
;
Contributions are welcome! Leave an issue on Github, or create a Pull Request.
This work is under MIT licence.