Technical Insights & Expertise
Dive into actionable articles on API design patterns, Laravel optimization strategies, and emerging software development practices.
Building your own Laravel Packages
Master the art of building Laravel packages with our step-by-step guide. Discover package design, artisan commands, DTOs, and quality assurance for a robust Laravel package.
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
Discover the ease of blogging with Jigsaw, a static site generator by Laravel partners Tighten. Learn to create a simple, markdown-based personal website, perfect for developers.
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
Unlock the potential of Eloquent Castable attributes in Laravel with practical examples, including address formatting and business hours, to enhance your 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 experience with Laravel Scout and Meilisearch, offering powerful and efficient search capabilities that enhance user interaction.
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.