Articles tagged with: "DevOps"

Docker on WSL with PhpStorm - Best of both worlds

Find out how you can use Docker on WSL with PhpStorm without the performance penalties and without the need to transfer all of the native Windows apps to WSL.

Interact with Docker containers without leaving PhpStorm

Discover simple steps for handling Docker containers within PhpStorm to enhance your development workflow and efficiency.

Running custom Artisan commands with Supervisor

While Supervisor is commonly used with queue-related commands, there is nothing stopping you from using Supervisor to run and monitor your own custom commands.

A deeper dive into optimal PHP-FPM settings

PHP-FPM config files usually aren't something that you give too much attention to until something goes wrong. Here's what you can do when that time comes.