mahmoudessam5588 / laravel-docker-nginx-php-fpm-opcache

Docker Nginx PHP-FPM OP_CACHE build template.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Docker Nginx PHP-FPM OP_CACHE

Course Videos: https://www.youtube.com/@ahtcloud

Website: https://ahtcloud.com

Laravel Docker Nginx build using PHP-FPM and OP_CACHE.

This build delivers top performance.

By using nginx, php-fpm and op_cache, were able to reduce our request response times and serve requests in 5ms!

How to use?

Step 1: Create a new Laravel project

Step 2: Run git init

Step 3: Pull this repo git pull https://github.com/emad-zaamout/laravel-docker-nginx-php-fpm-opcache

Step 4: Adjust your env variables. Make sure you set your database env vars. Add any values as the database will be created per your env var values.

# Example Values
DB_CONNECTION=mysql
DB_HOST=database <----------- This is important. Set this value.
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=homestead
DB_PASSWORD=secret

Step 5: Run docker compose build && docker compose up --force-recreate -d

Default PHP port is 8000. Connect via http://127.0.0.1:8000 or http://localhost:8000

Default DB port is 3306.

About

Docker Nginx PHP-FPM OP_CACHE build template.


Languages

Language:Dockerfile 69.0%Language:Shell 31.0%