What is Laravel stack
Laravel stack - is almost everything you need to start developing your new web application quickly.
Laravel stack is built with Docker Compose and consists of the following:
- PHP fpm docker container (with Laravel & Xdebug)
- NGINX
- MySQL
- Redis
- RabbitMQ
What is Laravel
Laravel - is a web application framework with an expressive, elegant syntax. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, and caching.
Who is using this stack
The Laravel stack based on Docker Compose is ideal for beginner developers who want to quickly learn how to develop containerized applications. The entire package will be deployed on your own VPS in the selected cloud provider. You just need to follow the instructions designed for each cloud provider.
Number of servers required:
Single VPS server
Companion apps
NGINX - is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server
Get the easiest way to manage your MySQL server by including phpMyAdmin within the current deployment. Easily pause or stop phpMyAdmin container later.
Fail2ban scans log files and bans IPs that show the malicious signs. Highly recommended for simple VPS server setup
Nginx Proxy Manager is a user-friendly software application designed to effortlessly route traffic to your websites, whether they're hosted at home or elsewhere. It comes equipped with free SSL capabilities, eliminating the need for extensive Nginx or Letsencrypt knowledge. This tool proves especially handy for simplifying SSL generation and seamlessly proxying your docker containers.
Docker Status Panel - is a minimalistic docker container management panel written in Python / Flask microframework.
Portainer is a lightweight management UI that allows you to easily manage your different Docker environments (Docker hosts or Swarm clusters)