Why PHP Can Keep Running Old Code After Deployment
A deployment can update PHP files while OPcache keeps serving older compiled code. Learn how to identify and fix the mismatch safely.
Why PHP Can Keep Running Old Code After Deployment Read More »
A deployment can update PHP files while OPcache keeps serving older compiled code. Learn how to identify and fix the mismatch safely.
Why PHP Can Keep Running Old Code After Deployment Read More »
Step-by-Step Guide: Laravel + InfyOm + Docker 1. Install Laravel (Correctly) First, create a new Laravel project: composer create-project –prefer-dist laravel/laravel my-laravel-app Then, move into the project directory: cd my-laravel-app At this point, your folder structure should look like this: my-laravel-app/ │── app/ │── bootstrap/ │── config/ │── database/ │── public/ │── resources/ │── routes/
Installation Guide: Laravel + InfyOm + Docker Read More »
I often forget the command of the docker, so I make a list as reference for myself Here is your Docker Cheat Sheet with essential commands, organized by category. You can keep this for quick reference. ⸻ 🐳 Docker Cheat Sheet General Commands docker version # Show Docker version docker info # Show system-wide information
Docker Commands Cheat Sheet Read More »
Fixing upstream sent too big header while reading response header from upstream in Bitnami WordPress
I found that the date inside docker is different with the host machine. You can check the date by using this way. Solution to update the date Now the date is correct
How to update docker datetime and timezone in Discourse Read More »