Articles
Writing on PHP, Laravel, APIs, and engineering leadership.
- 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.
- Event Sourcing in Laravel Master Event Sourcing in Laravel with this comprehensive guide, perfect for enhancing PHP projects with advanced data tracking and state management techniques.
- Zero Hassle CLI Application with Laravel Zero How can I put this? CLI apps are cool. The ability to open a terminal anywhere and just run a command to do a job that might have taken you much longer.
- 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.
- JSON API Resources in Laravel Master JSON API Resources in Laravel. Learn to create consistent, compliant API responses with Tim MacDonald's package.
- Building your own Laravel Packages Master building Laravel packages with step-by-step guidance on design, commands, DTOs, and testing.
- Using Laravel Model Factories in your tests Master the use of Laravel Model Factories for predictable test data. Learn how to define and modify states for various scenarios in your app.
- Working with Data in your API Integrations Enhance your API experience with contextual data objects. Learn how to build clean and developer-friendly integrations with third-party APIs using PHP.
- Using Route Registrars in your Laravel application Enhance Laravel route management with Route Registrars. Simplify route registration and organization for cleaner and more efficient code.
- Building your website using Jigsaw Learn to build a markdown-based personal website with Jigsaw, Laravel's static site generator.
- The State of Laravel Survey 2022 Laravel's 10th Anniversary; Insights from the State of Laravel Survey 2022 - Community trends, experience levels, PHP versions, code editors, and more.
- Eloquent Attribute Casting Learn Eloquent Castable attributes in Laravel with practical examples for enhanced applications.
- Laravel Pint Laravel Pint; CLI Tool for PHP Code Styling. Zero dependencies, PSR-12 compliance, effortless operation.
- Getting started with Laravel Scout and Meilisearch Boost your Laravel app's search with Scout and Meilisearch for powerful, efficient capabilities.
- Logging external HTTP Requests with Laravel Telescope Track and debug third-party API requests with Laravel Telescope for improved visibility in your Laravel application.
- Running PHPStan on max with Laravel Discover how to enhance your Laravel project with static analysis using Larastan. Add confidence and type safety to your code.
- API Integrations using Saloon in Laravel Discover easy API integration in Laravel with Saloon; a tutorial on creating a GitHub API connection to manage workflows from the command line.
- Laravel subdomains in Docker Learn how to set up subdomain support for your Laravel app using Docker. Configure Nginx, Redis, MySQL, and Traefik for seamless subdomain management.
- Sauber PHP Explore Sauber PHP, a clean micro-framework with routing, dependency injection, and custom Command Bus.