Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


In modern PHP development, attributes provide a structured way to add metadata to classes, methods, and properties. Both Laravel and Livewire have embraced this...
The browser’s rendering process is a complex orchestration of multiple threads, processes, and stages that transform raw HTML, CSS, and JavaScript into interact...
This week on the PHP Podcast, Eric and John talk about PHP Tek 2025, Home Row Mod, Glutton Malware, Larave Visual Code Extension, Free Copilot, Free Webstorm, a...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
In this article I discussed how we saved 1.2 million queries per day making a better use of Laravel Eloquent Eager Loading. Since various elements of the Inspec...
Laravel Nova 5.0 is now ready for upgrade. This release focuses on modernizing Nova's core dependencies while introducing several useful features to improve res...
With the release of PHP8.4 I tried experimenting with the features it provides. One such feature is support for properties in interfaces. Interfaces were gettin...
We're excited to announce the stable release of Inertia 2.0, bringing significant improvements to how you build software with Laravel. This release is part of o...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
If you’ve ever used Laravel’s Eloquent ORM, you know how great it is , until something weird happens.
Copyright © 2002-2024 PHP Architect, LLC. — All amounts in USD
Podcast Archive › Community Corner: Serverless Architectures With Nelson Isioma Community Corner: Serverless Architectures With Nelson Isioma In this episode, S...
Error handling in Spring Boot ensures your application remains stable, user-friendly, and easy to debug. Here’s how you can manage errors effectively:
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
PHP file upload can expose your application to serious risks like host broken files, upload executable files, server overload, and data breaches. Here’s how to...
Real-time error tracking and log analysis are two essential methods for monitoring web applications. Here’s a quick breakdown: For the best results, combine bot...
Laravel performance issues often stem from inefficient database queries, unoptimized middleware, and lack of caching. These problems can lead to slow load times...
Slow SQL queries can cripple your Spring Boot application. Monitoring SQL performance is essential to keep your app running smoothly, and tools like Spring Boot...