Articles Tagged: php
Technical writings, opinionated architectures, and development guides tagged with php.
Getting started with PHPInsights
Use PHPInsights to enhance PHP code in Laravel and others - A guide to optimal code style and architecture.
Configuring Laravel Pint
Discover how to tailor Laravel Pint, a PHP CS Fixer wrapper, to your coding standards with a personal guide on rule implementation and customization.
Steve vs Matt - How two developers approach the same problem
Steve vs Matt; Two Developers, One Problem - Witness two programmers tackle the same challenge with contrasting approaches
Creating a Password Generator
Explore creating a memorable yet secure password generator with Laravel, focusing on framework-agnostic implementation and customization options.
Fun with Refactoring
Master the art of Laravel refactoring with Laravel Shift Blueprint, optimizing code for improved performance and management in a real-world Laravel project.
Composition over inheritance in final classes
Learn how to integrate final PHP classes using composition over inheritance in your apps.