Articles: PHP & Laravel
Technical writings, opinionated architectures, and development guides focusing on PHP & Laravel.
Valid validators validating data
Explore Laravel data validation methods, from form requests to centralizing rules with validators and Eloquent Models for cleaner, efficient code.
Composition over inheritance in final classes
Learn how to integrate final PHP classes using composition over inheritance in your apps.
Reaching for Facades
Demystify Laravel Facades and harness them for clear, efficient code and Laravel's unique features.
Modern PHP features explained - PHP 8.0 and 8.1
Explore PHP 8.0 and 8.1 features including constructor promotion, union types, and match expressions.
Learn how to upload files in Laravel like a Pro
Learn expert Laravel file uploads; validate, store, and optimize with UploadService and Livewire integration.
Building a slide-over panel component with Livewire
Learn to build a versatile slide-over component in Laravel Livewire for TALL Stack applications, enhancing UI with a simple, reusable solution.
Writing to the Database with Eloquent
Learn methods of writing to the database using Laravel's Eloquent ORM for effective database interactions.
Simple one-time password authentication in Laravel
Learn how to implement one-time password authentication in Laravel. Secure and streamlined user authentication.
Behavioural Driven Development in Laravel
Discover how Laravel can embrace BDD with the 'Given When Then' approach, uniting teams and creating a ubiquitous testing language without new syntax.
Working with OS Process in PHP
Learn how to manage and interact with OS processes in PHP for advanced scripting and automation.
Working with Laravel Model Events
Learn how to work with Laravel Model Events and explore different approaches to handle them efficiently. Discover pros and cons of each method.
How I develop applications with Laravel
Learn a unique Laravel development workflow building a to-do API with step-by-step guidance and systematic approach.