PHP/Laravel – Weekly News Summary – 11/03/2024 to 17/03/2024
#Laravel News How to Detect n+1 Queries in PHP The n+1 query problem is a common performance issue in software development. N+1 queries result in many unnecessary database calls. #Sponsor By Sarah Morgan | Mar 11, 2024 Resources for Getting Up To Speed with Laravel 11 Now that Laravel 11 is out, we wanted to share some resources from the community for getting up-to-speed with Laravel 11. #News By Paul Redmond | Mar 12, 2024 Laravel 11 streamlined configuration files Understand how the new Laravel 11 streamlined config works #News #Laravel-11 By JMac | Mar 11, 2024 Statamic announces next Flat Camp retreat (EU edition) After last year’s Flat Camp in the US, the retreat’s next iteration is coming to the EU. Flat Camp #2 is taking place in beautiful Italy, right outsid… #News By Joshua Blum | Mar 14, 2024 Laravel Herd releases v1.5.0 with new services. No more Docker, DBNGIN, or even homebrew! Simplify local Laravel development with Herd 1.5, which allows you to create services like databases, queues, etc., all within a slick, simple UI. #News By Paul Redmond | Mar 13, 2024 Embed Livewire Components on Any Website Laravel developer Philo Hermans is cooking up a Livewire package that allows you to embed a Livewire component on any website or even a static HTML fi… #Laravel Packages #Livewire By Paul Redmond | Mar 15, 2024 #Laravel Blogs Spark Stripe: SEPA and Link Support ![image](https://laravel-blog-assets.s3.amazonaws.com/JqK2B1HAViv8SsqborFYTzgigHtcxuj2VxRDn6VT.jpg “image”) We’re happy to announce that Spark Stripe now supports SEPA Direct Debit payments and Link payments. SEPA Direct… #spark By Dries Vints | Mar 13, 2024 Laravel 11 Now Available Today, we’re thrilled to announce the release of Laravel 11 and Laravel Reverb. #releases By Taylor Otwell | Mar 12, 2024 #Ashallen Design UK Larafast: Launch Your Startup Fast with Laravel #Laravel #PHP #Sponsored #Web Development By Sergey Karakhanyan | Mar 13, 2024 #Freek Dev Reducing PHP’s CPU usage by nearly 40% by upgrading from Ubuntu 20.04 to 22.04 At Oh Dear we’ve updated the OS on our servers and discovered a pretty nice side effect. By – | Mar 11, 2024 How to use GitHub Actions build matrix to deploy artifacts to multiple servers Philo explains in great detail how to achieve this By – | Mar 13, 2024 My Reusable GitHub Actions Workflows Stefan’s backup workflow is very interesting. By – | Mar 12, 2024 Adding text to an image using PHP and GD There might be many reasons you need to add text on top of an existing image. By – | Mar 14, 2024 #Benjamin Crozat Laravel 12: an early look and release date Laravel 12 will be released early 2025. Let’s put our investigator hat and see what we can find out about this new major version. #Laravel By Benjamin Crozat | Mar 11, 2024 The best books any Laravel developer should read in 2024 Let me show you books written by expert community member who knows their subject and will drastically level you up. #Laravel By Benjamin Crozat | Mar 11, 2024 Laravel 11: an easy and step by step upgrade guide Is upgrading to Laravel 11 worth it? Let me help you decide, show you how to proceed step by step, and give you additional tips. #Laravel By Benjamin Crozat | Mar 12, 2024 #Cloudways How to Create Token Based API Authentication in Symfony In the prior installment of this series, I wrote about creating a REST API in Symfony. I used HTTP… #PHP By Shahroze Nawaz | Mar 13, 2024 #Made with Laravel Livewire Dropzone – File Dropzone Component “This dropzone component for Livewire enables drag-and-drop file uploads. The Livewire Dropzone component makes uploading files much easier. It lets you upload many files at once and checks if they’re okay based on your rules in Laravel. Plus, you can customize it however you want.” #UI Components By – | Mar 11, 2024 Laravel Queue Monitor – Monitoring for your Laravel Database Job Queue “This package offers monitoring like Laravel Horizon for database queues.” Monitor jobs like Laravel Horizon for any queue Handle failing jobs with storing exception Monitor job progress Get an estimated time remaining for a job Store additional data for a job monitoring Retry jobs via the UI #DevTools #Plugins By – | Mar 11, 2024 Filament Apex Charts – ApexCharts Integration for Filament “The Apex Charts plugin for Filament brings the popular Apex Chart library to your Laravel applications. This plugin uses the same API as the Apex Chart library, so you can use the official documentation as a configuration reference for creating a chart in Filament as you would for the JS library.” #UI Components By – | Mar 16, 2024 SCIM Playground – SCIM Sandbox Server “SCIM, the S ystem for C ross-domain I dentity M anagement is designed to make managing user identities in cloud-based applications and services easier. Experience the fun of identity management with the SCIM playground, an interactive environment designed for developers to experiment with and understand the workings of the SCIM API. It allows users to make SCIM API calls and observe the responses in real-time, without affecting any live data. With the laravel-scim-server package, you can add SCIM 2.0 server capabilities to your Laravel apps with ease.” #API #DevTools By – | Mar 16, 2024 #Mastering Laravel Make sure your listeners are wired up Without this simple test, nothing else matters By Joel Clermont | Mar 11, 2024 Should you change app code for a test? It depends on why you’re changing it By Joel Clermont | Mar 14, 2024 Loading a SQL backup without altering your configuration Sometimes data is messy By Joel Clermont | Mar 13, 2024 Why I always add a primary key to many-to-many tables Even when Laravel doesn’t require it By Joel Clermont | Mar 12, 2024 A good rule for when to create a factory state Make your tests more readable By Joel Clermont | Mar 15, 2024 #Dev.to How to translate the Laravel password reset email #php