Everything about LAravel 11, PHP 8.3, and a few details of PHP 9 [W4]
Are your ready for the next Laravel version, and PHP 9. We have some details about them and a lot of articles related with PHP and Symfony.
PHP
📚 Unleashing the Power of Method Chaining in PHP
Explore the benefits and elegance of utilizing method chaining in your PHP code to improve both readability and efficiency.
📚 Factory Design Pattern
Learn about the Factory Design Pattern, which falls under the category of Creational Design Patterns, and understand its practical applications.
📚 Traits in PHP 8.3: New Features But Still a Bad Concept
Gain an updated perspective on traits in PHP 8.3, exploring new features and evaluating their current status as a programming concept.
📚 Creating an Automated Documentation Pipeline in PHP with Autodocs and GitHub Actions
Discover how to set up an automated documentation pipeline for your PHP projects, utilizing tools like Autodocs and GitHub Actions.
📚 Enums in PHP 8
Understand the concept of enumerations or "Enums" in PHP 8, enabling the definition of a new type of data with a limited set of possible values.
📚 9 PHP Runtimes: Performance Benchmark
Explore the performance benchmarks of different PHP runtimes, including newer players in the PHP runtime landscape.
📚 Nuxt: Superpowers for your Vue 3 application
Discover how Nuxt, a framework for Vue applications, can enhance and accelerate your Vue 3 application development process.
Laravel
📚 A look at what's coming to Laravel 11
Get a sneak peek at the new features and improvements expected in Laravel 11, as discussed by Taylor in his Laracon keynote.
📚 Exploring Middleware in Laravel 11
Get insights into the upcoming middleware enhancements in Laravel 11, expected to be released in the first quarter of 2024.
📚 Understanding the Differences: PHP Interfaces vs Laravel Contracts (Part 1)
Dive into the distinctions between PHP Interfaces and Laravel Contracts, two concepts that may appear similar but hold key differences relevant to web development with PHP and Laravel.
📚 Laravel Route Binding For Finite Objects
Explore the topic of dependency injection in Laravel, specifically related to binding finite objects to routes and its impact on code complexity and debugging.
📚 Creating API Resources in Laravel
Learn about creating API resources in Laravel, a vital aspect of integrating third-party APIs into Laravel applications.
📚 Host PHP8.1 Laravel Application using Terraform on AWS
Follow a step-by-step guide to host a PHP Laravel application on AWS Elastic Beanstalk using Terraform.
📚 Create Custom LOG in Laravel
Learn how to create custom log entries in Laravel to track specific actions or processes based on specific conditions.
📚 How to Stream JSON Responses in Laravel 9 and 10
Discover techniques to efficiently stream JSON responses in Laravel 9 and 10, reducing the need for making multiple page requests when working with paginated JSON APIs.
📚 Laravel 10.40 - With a Number Clamp Method, an APA-Style Helper, Vite Asset Path Customization, and More
Explore the newly released Laravel 10.40, featuring a number clamp method, an APA-style title case string helper, Vite asset path customization, and other improvements.
📚 Laravel Under The Hood - Facades
Delve into the inner workings of Laravel's facades, a powerful feature that simplifies accessing Laravel's underlying components.
Symfony
📚 How To Ensure That All The Routes On My Symfony App Have Access Control
Learn how to enforce access control on all routes of your Symfony application, allowing effective permission management for different user roles.
📚 A Week of Symfony #889 (8-14 January 2024)
Catch up on the recent activities in the Symfony community, including bug fixes, SymfonyOnline conference details, and other updates.