PHP/Laravel – Weekly News Summary – 30/09/2024 to 06/10/2024
#Laravel News LangCountry launches v4 Veresion 4 now includes adding Carbon Macros so you can use the LangCountry formatting directly on your Carbon instances. On most IDE's they're also a…#News By Eric L. Barnes | Sep 30, 2024 Split Log Levels Between Stdout and Stderr With Laravel Learn how to split log levels between different log channels using Laravel and Monolog. Using the FilterHandler, you can configure a log channel to on…#Laravel Tutorials By Paul Redmond | Oct 01, 2024 Laravel MongoDB releases version 5.0 Version 5.0 of the official Laravel MongoDB integration is now available.#News By Eric L. Barnes | Oct 01, 2024 Laravel Roundup – October Highlighting the latest news, jobs, and community-related items.#News By Eric L. Barnes | Oct 01, 2024 Laravel 11.26 Released The Laravel team released v11.26 this week, with the ability to gracefully stop a pool of processes, using Enums when defining Rate Limiting, an Artis…#News #Laravel Releases By Paul Redmond | Oct 02, 2024 Statamic, Radical Design, and more with Jack McDade In this episode, we welcome Jack McDade to the show to talk about Statamic, his Radical Design course, business, marketing, and more.#Interviews By Eric L. Barnes | Oct 03, 2024 Pest Route Testing Plugin for Laravel Applications The pest-plugin-route-testing package for Pest helps you ensure your routes are okay in Laravel. This package has useful methods to filter down which…#Laravel Packages #Pest By Paul Redmond | Oct 02, 2024 Statamic, Radical Design, and more with Jack McDade In this episode, we welcome Jack McDade to the show to talk about Statamic, his Radical Design course, business, marketing, and more.#Interviews By Eric L. Barnes | Oct 03, 2024 Pest Route Testing Plugin for Laravel Applications The pest-plugin-route-testing package for Pest helps you ensure your routes are okay in Laravel. This package has useful methods to filter down which…#Laravel Packages #Pest By Paul Redmond | Oct 02, 2024 The Inertia 2.0 Beta is Coming Soon The Inertia v2.0 beta is likely to be released sometime next week. Get all the latest info on what new features are coming to the next major release o…#News #Inertiajs By Paul Redmond | Oct 03, 2024 Optimize Your SQLite Database with the Laravel Optimize DB Package The Laravel Optimize DB package provides a good starting point for production-ready SQLite databases.#Laravel Packages By Paul Redmond | Oct 06, 2024 #Ashallen Design UK A Guide to Laravel Pipelines #Laravel #PHP #Tips & Tricks #Web Development By Ashley Allen | Sep 30, 2024 #Freek Dev Optimizing Eloquent: Accessor Caching and Value Objects in Laravel Laravel's accessor caching with shouldCache() boosts performance by preventing repetitive computations for expensive accessors. Additionally, you can work with complex data like addresses using value objects, and Laravel will auto-sync changes back to the model. This improves code efficiency and maintainability, especially for structured data. By Harris Raftopoulos | Sep 30, 2024 A Guide to Laravel Pipelines Learn how to use the Pipeline class in Laravel to break complex workflows into smaller, isolated, focused processes. We'll then look at how to test our Laravel pipelines. By Ash Allen | Oct 01, 2024 CPX – Composer Package Executor Run Composer packages, effortlessly. No need to install tools into your app or as global dependencies. By Liam Hammett | Oct 04, 2024 #Made with Laravel Airframe – AI Laravel Engineer "Airframe is a full-stack AI Laravel engineer, automating the journey from an issue in your project to a complete, review-ready new branch and pull request in minutes. Airframe is built with Laravel. Actually, about 25% of it has been built with Airframe itself!"#DevTools By – | Oct 02, 2024 Genealogy – Open-source Family Tree App "Genealogy is a free and open-source family tree PHP application to record family members and their relationships. This TALL stack application is built using Laravel, Laravel Jetstream, Livewire, Alpine.js, Tailwind CSS, TallStackUI (featuring Tabler Icons) and Laravel Filament."#App By – | Oct 02, 2024 RapidSaaS Conduit – SaaS Starter Kit "RapidSaaS Conduit is a Laravel SaaS starter kit with everything you need to build your SaaS application in a convenient, minimal, and easy-to-adopt composer package. Including subscriptions, payments, carts, guest accounts, Filament dashboards, and more! Conduit is designed to be as non-intrusive to your application as possible, while also providing powerful and flexible components to handle the common use cases for your customers. This is one of the fastest and most convenient ways to get started building SaaS applications with Laravel! RapidSaaS Conduit is built using the TALL stack, Tailwind, Alpine, Laravel, and Livewire, as well as FilamentPHP as an admin panel. It uses Laravel Cashier and Lemon Squeezy's official/unofficial Laravel package (similar to Cashier) for handling payments, checkouts, and webhooks. It also uses PestPHP for testing."#Boilerplate By – | Oct 03, 2024 #Laravel Magazine Filament v3.2.115: Critical XSS Vulnerability Patched in ColorColumn and ColorEntry Components Filament recently released version 3.2.115, addressing a critical security issue related to…#News #Filament By Marian | Oct 01, 2024 #Hashnode How to Use PHP Callbacks: Examples and Guide Introductions: In PHP, callbacks are functions that are passed as arguments to other functions, allowing them to be called later, either immediately or at a specific point during execution. They are useful when you want to allow the behavior of a fun… By Borhan Uddin | Sep 30, 2024 Create Histogram Charts With MySQL – Tutorial To create a statistical query to build a histogram chart with MySQL, you can use the COUNT() function along with GROUP BY to count occurrences of values within a specified range or category created by the grouping constraint. Especially for time seri… By Valerio | Sep 30, 2024 Stay Updated with PHP/Laravel: Weekly News Summary (23/09/2024-29/09/2024 Intro: Check out this insightful summary of PHP/Laravel Weekly News for September 23rd to September 29th, 2024. Stay updated with the latest developments, releases, and community updates in the Nil ecosystem. Key Points: 📅 Laravel Meetup: The Septe… By Poovarasu Sekar | Sep 30, 2024 How to integrate PayPal gateway payment in PHP Integrating PayPal as