https://github.com/arhea/docker-laravel
https://github.com/arhea/docker-laravel
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arhea/docker-laravel
- Owner: arhea
- Created: 2016-07-12T13:15:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-12T23:17:43.000Z (almost 10 years ago)
- Last Synced: 2025-03-11T08:50:13.737Z (over 1 year ago)
- Language: Nginx
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dockerized Laravel
The purpose of these images are to be production ready images to deploy your applications. The project is made up of two components: php and NGINX. PHP runs the official PHP image from Docker Hub with Laravel specific configuration. NGINX is the proxy in front of your application that communicates with PHP-FPM over the FastCGI protocol.