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 which gives a possibility for easy development and production use. It allows you to deploy the Laravel development environment to your favorite cloud server or VPS, selected from the supported Cloud list. All the services are preconfigured and easy to tune.
What does Laravel stack include?
- PHP fpm docker container (with Laravel & debug 2.9.6)
- NGINX docker container
- MySQL docker container
- Redis docker container
- RabbitMQ docker container
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.
As for now, we have several different
Laravel versions
https://hub.docker.com/repository/docker/trydirect/laravel/general
- 7 (always the latest version of Laravel 7.x.x)
- 7.6.0
- 6.18
- 5.7
MySQL versions
https://hub.docker.com/_/mysql
- 5.7
- 8
Nginx versions
https://hub.docker.com/repository/docker/trydirect/nginx
- 1.19
- 1.18
Nginx-WAF versions
https://hub.docker.com/repository/docker/trydirect/nginx-waf
- 1.19
- 1.18
Who is using Laravel
- Web developers
What are the benefits of using Laravel stack?
- Facilitated upgrade to a new version provided by Docker containers
- Effortless app migration to another cloud provider
- CI / CD processes simplified setup
- A single OS holding multiple apps
- Easily portable docker containers
- Fast startup and better performance of the app
- Lower system overhead
- Pre Installed Memcached, SMTP and Сertbot
- One-click SSL setup with the Status Panel
- Easy container management with Portainer
- Linux operating system's preset settings: network settings, preconfigured swap, etc.
- Secure servers updates
Extensions and plugins
OPTIONAL PLUGINS:
- WAF/ModSecurity for Nginx
. - Netdata self-hosted
Real-time performance monitoring, done right! - Portainer
Portainer is a lightweight management UI which allows you to easily manage your different Docker environments (Docker hosts or Swarm clusters) - Docker Status Panel
Minimal docker container panel. Allows you to check the status and logs of all services of this stack. It also simplifies SSL setup and configuration. - Fail2ban
Fail2ban scans log files and bans IPs that show the malicious signs. Highly recommended for simple VPS server setup - knockd
knockd is a port-knock server. It listens to all traffic on an ethernet (or PPP) interface, looking for special knock sequences of port-hits. A client makes these port-hits by sending a TCP (or UDP) packet to a port on the server. This port need not be open -- since knockd listens at the link-layer level, it sees all traffic even if it's destined for a closed port. When the server detects a specific sequence of port-hits, it runs a command defined in its configuration file. This can be used to open up holes in a firewall for quick access. - phpMyAdmin
Companion apps
Nginx
Deploy WAF/ModSecurity for Nginx compiled with ModSecurity module + predefined OWASP CRS ( ModSecurity Core Rule Set) Version 3
knockd is a port-knock server. It listens to all traffic on an ethernet (or PPP) interface, looking for special knock sequences of port-hits. A client makes these port-hits by sending a TCP (or UDP) packet to a port on the server. This port need not be open -- since knockd listens at the link-layer level, it sees all traffic even if it's destined for a closed port. When the server detects a specific sequence of port-hits, it runs a command defined in its configuration file. This can be used to open up holes in a firewall for quick access.
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
Minimal docker container management panel. Allows you to check the status and logs of all services of this stack. It also simplifies SSL setup and configuration.
Portainer is a lightweight management UI which allows you to easily manage your different Docker environments (Docker hosts or Swarm clusters)
Real-time performance monitoring, done right!
Netdata positions itself as an alloy of the best features that the paid infrastructure monitoring solutions and open-source tools have. Its multifunctionality, velocity, and ease of use make it secure, reliable, and scalable. This tool enables you effortlessly perform your infrastructure slowdowns and anomalies, troubleshooting, and overall system monitoring with little to no configuration.