PHP/Laravel – Weekly News Summary – 25/11/2024 to 01/12/2024
#Laravel News Laravel Black Friday Deals You can save huge amounts of money on everything from training courses to full applications. This year we’ve compiled a list of all the hot sales.#News By Eric L. Barnes | Nov 25, 2024 Build Your SaaS App in No Time with SaaSykit SaaSykit is a feature-rich SaaS Starter Kit that comes with all the essential components needed to run a modern SaaS app.#Sponsor By Eric L. Barnes | Nov 25, 2024 Handling Default Values in Laravel Request using mergeIfMissing Learn how Laravel's mergeIfMissing method simplifies handling optional inputs in your applications and set default values for missing request data whi…#Laravel Tutorials By Harris Raftopoulos | Nov 25, 2024 Automated Composer Security Audits in Laravel with Warden Warden is a Laravel package that performs security audits on your Composer dependencies and provides automated notifications for vulnerabilities.#Laravel Packages By Paul Redmond | Nov 25, 2024 Efficient Large Dataset Handling in Laravel Using streamJson() Discover how Laravel's streamJson method transforms large dataset handling with incremental JSON streaming. Learn to enhance performance, minimize mem…#Laravel Tutorials #Response By Harris Raftopoulos | Nov 25, 2024 Access Request Data Fluently in Laravel 11.34 This week, the Laravel team released v11.34, with a Request::fluent() method, a Number::spellOrdinal() helper, conditional route definitions, shorthan…#News #Laravel Releases By Paul Redmond | Nov 26, 2024 PIE (PHP Installer for Extensions) PIE aims to simplify managing PHP extensions by providing a modern, flexible alternative to PECL and treating extensions as first-class citizens in th…#News By Yannick Lyn Fatt | Nov 27, 2024 Optimizing Route Permissions with Laravel's Enhanced Enum Support Learn how Laravel's improved enum support streamlines route permission checks by removing the need for ->value. Simplify your route definitions and ma…#Laravel Tutorials #Enums By Harris Raftopoulos | Nov 25, 2024 Managing API Rate Limits in Laravel Through Job Throttling Discover how to use Redis::throttle in Laravel to prevent API flooding with effective job rate limiting. Learn a practical approach to managing email…#Laravel Tutorials #Php #Redis #Throttling By Harris Raftopoulos | Nov 25, 2024 #Ashallen Design UK Working with Images in Laravel Using Intervention Image #Laravel #PHP #Tips & Tricks #Web Development By Ashley Allen | Nov 25, 2024 #Freek Dev What's new in PHP 8.4 PHP 8.4 was released last week. Here's what's new. By – | Nov 25, 2024 Importing a frontend Javascript library without a build system A nice guide by Julia Evans By – | Nov 27, 2024 Laravel Custom Query Builders Over Scopes While scopes are useful for simple queries, custom query builders are preferred for complex or frequently used queries. By – | Nov 28, 2024 Dynamically build Mail, DB, and Cache configurations in Laravel Laravel’s new build() methods allow dynamic configuration of mail, database, and cache settings. By – | Nov 29, 2024 #Made with Laravel Simple Slides – Text-first Presentation Tool "Simple Slides is a responsive and text-first presentation tool that keeps your audience engaged, and is built with: Laravel Vue + TypeScript PostgreSQL Presentations built with Simple Slides typically focus on: Prioritizing text-content Low amount of content per slide Many slides, and changing through slides quickly Ready to create your first Simple Slides presentation? It's easy and free! You can use Simple Slides even without an account."#App By – | Nov 28, 2024 Advanced Inertia – Course "Take your Inertia.js skills to the next level: Learn advanced concepts and make apps with Laravel and Inertia.js a breeze to build and maintain." 180-page book: Step-by-step guide to building complex Inertia-powered apps that are easy to maintain for years to come. Code examples: Learn how to build a connecting layer between a Laravel backend and Inertia.js frontend through practical content. Real application code: Source code of Mixjobs, a production-ready Laravel application built using the best practices from the guide.#Tutorials By – | Nov 28, 2024 #Hashnode Implementasi Autentikasi Passkey di Aplikasi Laravel Kamu Passkey adalah masa depan dari autentikasi. Dengan teknologi ini, Kamu bisa mengizinkan pengguna membuat akun dan login hanya dengan perangkat mereka, tanpa perlu memasukkan kata sandi. Apa Itu Passkey? Passkey memungkinkan pengguna untuk login mengg… By Abd. Asis | Nov 25, 2024 Laravel Macros ile Kod Tekrarını Azaltma ve Daha Temiz Kod Yazma Yöntemleri Laravel Macros, belirli sınıflara veya nesnelere yeni fonksiyonlar eklemeyi sağlayan bir yapıdır. Bu, genellikle Laravel'in temel özelliklerinden olan Collections, Request, Response gibi sınıflara daha fazla fonksiyon eklemek için kullanılır. Macros,… By Onur Evren | Nov 25, 2024 Integrating OpenTelemetry with PHP Applications: A Zero-Code Approach Understanding OpenTelemetry OpenTelemetry is an open-source observability framework that provides a unified way to generate, collect, and export telemetry data (metrics, logs, and traces). By integrating OpenTelemetry into your PHP application, you c… By Ankita Lunawat | Nov 26, 2024 Laravel'de Debugbar Kullanmadan Sorgu Performansını İzleme ve Optimize Etme Rehberi Yazılım geliştirme dünyasında, web uygulamalarının performansı her geçen gün daha da önem kazanıyor. Laravel projelerinde, veritabanı sorgu performansını izlemek ve optimize etmek, kullanıcı deneyimini doğrudan etkileyen kritik bir faktör haline geld… By Onur Evren | Nov 26, 2024 Observers in Laravel: Simplifying Model Event Handling With Real-World Examples In Laravel, Observers are classes used to handle model events cleanly and efficiently. Events like creating, created, updating, updated, deleting, and deleted occur when a model undergoes specific changes. Observers allow us to separate this logic fr… By Muhammed ElFeqy | Nov 26, 2024 Dynamic Relationship Binding: Laravel'de Dinamik Model İlişkileri Laravel, model ilişkilerini tanımlamak için güçlü ve esnek bir altyapı sunar. Genelde ilişkiler, modeller içinde hasOne, hasMany, belongsTo, veya belongsToMany gibi metotlarla tanımlanır. Ancak, bazı durumlarda bu ilişkileri dinamik olarak, çalışma z… By Onur Evren | Nov 27, 2024 How to move assets between containers in Statamic 5 I recently realized that in one of my blueprints, inside a custom “captioned image” Bard set I was unintentionally storing images in a local asset container, instead of my Digital Ocean-backed container. On top of that, these images were in some case… By Amadeusz Annissimo | Nov 29, 2024 Spam Protection: Implementing Google reCAPTCHA in Laravel Without a Package (With