PHP
How to Get Started with Logging in PHP
PHP has built-in features for logging errors but third-party tools also exist for this purpose. How do you know which one to pick? This article will equip you to answer that question.
Nginx Serves .Php Files as Downloads, Instead of Executing Them
When Nginx serves .php files as downloads instead of executing them, it usually indicates that PHP processing is not correctly configured. Unlike Apache, which can handle PHP directly through its m...
The Best PHP Logging Libraries
There are a few logging libraries available for PHP, each with its own strengths and weaknesses. Learn about the top 3 options in this article.
12 Common Errors in PHP and How to Fix Them
This article covers 12 common PHP errors and offers strategies to effectively resolve them
How to Get Started with Unit Testing in Laravel
Testing is an important phase in the software development life cycle. It ensures that the code you've written is working as designed before you move on to the next part of your project. Every time ...
How to Get Started with Logging in Laravel
Laravel's logging facilities provide a thin layer on top of the Monolog library, which provides logging capabilities for PHP applications
Scaling PHP Applications with RoadRunner
Learn how RoadRunner's application server model outperforms traditional FPM for high-traffic PHP applications
A Complete Guide to Task Scheduling in Laravel
Learn how to create and monitor scheduled tasks in a Laravel application
Get Started with Job Scheduling in PHP
Learn how to create and monitor PHP scheduled tasks in a production environment
How to Get Started with Monolog Logging in PHP
Monolog is among the most popular pieces of open source software, providing logging capabilities for PHP applications.
Building Production-Ready Docker Images for PHP Apps
Learn about Docker images and containers, putting together a `Dockerfile`, and building a fully custom Docker image for deploying PHP apps to production
How To Start Logging With Log4php
Learn how to start logging with Log4php and go from basics to best practices in no time.
Practical Logging for PHP Applications with OpenTelemetry
Learn how to use the OpenTelemetry framework to instrument your PHP applications with code that gathers log data for observability pipelines