Page 4

Discover how to simplify your PHP code with the null coalescing and null coalescing assignment operators.

Discover how to use PHP code to effortlessly redirect your website’s visitors to a different page. Explore the magic of HTTP.
Tim MacDonald challenges the notion that fast database queries are always better - see why in his intriguing Laravel feature walkthrough.

Discover how to check your version of PHP using phpinfo(), your terminal, Laravel’s welcome page, or a Laravel Artisan command.

Exciting pull requests merged in Laravel, including improved testing, transaction fixes, and memory-efficient failed job providers!

Learn how to use Laravel’s HTTP client for efficient error handling and exception throwing in different scenarios with ease.

CSS, including selectors and property names, is case-sensitive; use lowercase for consistency and to avoid issues.

Discover how to harness AI for rapid Laravel Factory generation, saving days of manual coding in massive codebases. Done smart, done right!

Check out Laravel Lift, a package that enhances Eloquent Models and makes them more IDE-friendly - all thanks to Wendell Adriel.

Discover how to boost the speed of your Laravel apps, mimicking an SPA, without building an API, using Livewire v3 and the new wire:navigate attribute.

Discover how Laravel simplifies database transactions, ensuring all-or-nothing operations and maintaining consistent database state.
Check out Stephen Rees-Carter’s tips on avoiding compromised passwords and boosting security with tools like Pwned Passwords.
Matthias Noback explores why refactoring isn’t as risky as believed, even without tests. Discover how careful programming can lower risks.
Once a fan, Frank de Jonge now suggests ditching mocking frameworks for real implementations to simplify code testing.
Discover how to craft an ever-present chat widget with Livewire v3’s persistence features in Laravel - step-by-step guide included.
Check out FlappyPHPant, a fun Flappy Bird clone using PHP. It’s a great way to learn complex programming concepts through gaming.
Alex Kondov shares insights on using databases effectively without complicating it with domain logic, with useful examples explored.

Secure your Laravel app: protect sensitive files, keep your packages and Laravel updated, use policies, validate input, and more.