🐘 PHP 8.4.0 It's almost ready!
How to organize your Laravel 11 Project in 2024; The most practical and noteworthy new features of PHP8.4; and Good Code Is Self-Documenting.
PHP
📚 PHP 8.4.0 Beta 4 now available for testing
The PHP team is pleased to announce the release of PHP 8.4.0, Beta 4. This is the second beta release, continuing the PHP 8.4 release cycle, the rough outline of which is specified in the PHP Wiki.
📚 20 Rules to Optimize PHP for High-Traffic Websites
Optimizing PHP for high-traffic websites requires a comprehensive approach that spans code quality, database management, caching, server configuration, and much more.
📚 What are the most practical and noteworthy new features of PHP8.4 for developers?
In this article, we’ll explore the most practical and noteworthy features in PHP 8.4 that developers should keep an eye on.
📚 Why Some Developers Prefer to Manually Configure PHP Environments Instead of Using Deployment Tools
For many developers, setting up a PHP environment is no easy task. Manually configuring a PHP environment often involves multiple complex steps, including installing the PHP interpreter, configuring a web server (such as Apache or Nginx), setting up a database (such as MySQL or PostgreSQL), and managing various extension modules.
📚 7 Mind-Blowing PHP Mistakes I’ve Made (So You Don’t Have To)
If you’re anything like me, you’ve probably spent countless nights debugging PHP code, wondering why on earth your seemingly perfect script is throwing tantrums.
📚 How to deploy a development environment on a Mac in the easiest way? Complete in 2 minutes!
As a developer, I know the importance of "sharpening the knife before cutting wood", so I prepared to install various development tools after I switched to Mac.
📚 How to translate content programmatically using AI and TransformersPHP
In this article, I'll show you how to translate content programmatically with PHP using the TransformersPHP library.
📚 Fix your Type Hints with Configurable Rules and PHP Rector
Making your own rules to work with Rector PHP can be a bit of a learning curve. That said we don’t have to create new rules to have a big impact on our code.
📚 Good Code Is Self-Documenting. Let’s Make Our Apis Speak For Themselves
Elevating Your PHP API: Naming Conventions, Design Tips, and Routing Best Practices.
Laravel
📚 How to organize your Laravel 11 Project in 2024
The Laravel default directory structure only works when your project it's really small. As the project grows, the default directory structure becomes a problem because it does not scale properly.
📚 The Laracon US 2024 Keynote by Taylor Otwell is Now Available
If you missed the incredible Laracon US Keynote delivered by Laravel creator Taylor Otwell, you can now watch it in full on YouTube. The keynote is packed with new Laravel content, ranging from an Official VS Code extension to exciting framework updates like the defer() function, Inertia v2, and Laravel Cloud.
📚 Building Robust Admin Panels with Filament and Laravel: A Step-by-Step Guide
This guide will walk you through building a robust admin panel using the latest versions of Filament and Laravel.
📚 Mastering Laravel Password Reset Customization: A Comprehensive Guide
In this tutorial, we'll dive deep into customizing Laravel's password reset workflow, covering everything from basic modifications to advanced techniques.
📚 How to Implement Roles and Permissions in Laravel Using Laravel Spatie
By the end of this, your application will be more secure, organized, and ready to handle user access like a pro!
📚 Harnessing Controlled Randomness with Laravel’s Lottery
In the world of web development, there are times when you need to introduce controlled randomness into your application.
📚 Introducing Laravel Cloud
Taylor ended his Laracon 2024 keynote by unveiling Laravel Cloud, the Future of Shipping. The keynote was the first public demo of Laravel's new app platform for deploying Laravel apps instantly. During the demo, Taylor created a project and had a Laravel app up and running in 25 seconds.
📚 Laravel Architectural Pattern
Simply put, an Architectural Pattern is a code writing rule that aims to make the code structure easy to read, maintain and develop.
📚 Cache Busting: What It Is and Why It Matters (The Laravel Way)
In the world of web development, ensuring that users are always served the most up-to-date version of your website or application is crucial.
📚 Secure your Laravel routes with signed URLs
Laravel provides a robust way to secure routes using signed URLs. Signed URLs add a cryptographic signature to the URL, ensuring that the URL has not been tampered with.
Symfony
📚 Symfony Scoped HttpClient
Today, I will demonstrate how to easily send a request to a service using Symfony. We’ll also inject our service directly, bypassing the need for services.yaml.
📚 Symfony 7.1.4 released
Symfony 7.1.4 has just been released. Here is the list of the most important changes since 7.1.3

