PHP/Laravel – Weekly News Summary – 28/10/2024 to 03/11/2024
#Laravel News Sprout Multitenancy Package for Laravel Sprout is a multitenancy package for Laravel under active development. It hasn't hit a v1.0 release, but we decided to share it with those who want to…#Laravel Packages #Multitenency By Paul Redmond | Oct 29, 2024 Bluesky notification channel for Laravel A Laravel Notification channel for the Bluesky social media app#Laravel Packages #Notifications By Eric L. Barnes | Oct 30, 2024 Laravel 11.30 Released This week, the Laravel team released v11.30, which includes defer testing helpers, the ability to define custom unique string IDs for Eloquent models,…#News #Laravel Releases By Paul Redmond | Oct 31, 2024 Bento Laravel SDK Bento, a powerful Email Marketing & Automation Platform, now offers an official Laravel SDK. This streamlined integration allows you to effortlessly s…#News By Yannick Lyn Fatt | Oct 31, 2024 Laravel Roundup – November Highlighting the latest news, jobs, and community-related items.#News By Eric L. Barnes | Nov 01, 2024 #Ashallen Design UK Building Livewire Components with Volt #Laravel #Tips & Tricks #Web Development By Ashley Allen | Oct 28, 2024 #Laravel io Create a backup of your Laravel project on Dropbox How to quickly create a backup of a Laravel project and store it on Dropbox using Spatie Laravel-bac…#Laravel #Packages #Scheduling By mho | Oct 30, 2024 #Made with Laravel SecretDrop – Share Secrets or Passwords "SecretDrop lets you securely share secrets with a unique link. Your secret is encrypted, viewed only once, and auto-deletes after 7 days. Share safely and privately! SecretDrop is built using Laravel, Livewire and MySQL."#Websites By – | Oct 30, 2024 Honeystone DTO Tools – Set of DTO Tools for Laravel "DTO tools is a package designed to bring additional power and convenience to your native PHP data transfer objects. The main motivation for this package was to remove much of the boilerplate created moving data in to and out of DTOs. For example, transforming snake-cased model attributes to camel-cased to be consumed by your presentation layer, or casting a user inputted numerical string (after validation ofc) to an integer. Features include property casting and mutation, serialization, patch data handling, relationships, and model and collection transformation."#Utility By – | Oct 30, 2024 #Hashnode Boost Your SEO with Laravel Slugify Overview In web development, every small detail counts toward creating a polished, optimized, and easily accessible online presence. One essential yet often overlooked element is the URL slug. URL slugs are not only practical but also play a signific… By Hamid Ghorashi | Oct 28, 2024 Install and run Laravel application on a remote server (Part C) This is the final part of our three-part tutorial on installing your Laravel application on a remote server. In Part A, we covered setting up a Linux server using a DigitalOcean droplet (you can also use an AWS EC2 instance for this). Part B focused … By JIMOH Mofoluwasho Kolawole | Oct 29, 2024 Install and run Laravel application on a remote server (Part B) This tutorial is a continuation of part A (Part A). In Part A, I demonstrated how to set up your server. In this part, I'll guide you through installing the Laravel application on the server. Note: Because of the time gap between the two tutorials, t… By JIMOH Mofoluwasho Kolawole | Oct 29, 2024 Building PuluAuth: A Journey in Exploring Hexagonal Architecture – Part 2 Now that we understand the basics of hexagonal architecture and have set some basic requirements and design specifications, we can start actually building the app. Let’s start small, our first objective will be to create a simple HTTP REST API endpoi… By pulunomoe | Oct 29, 2024 Elevate Your API Development: Mastering the JSON Schema Editor Are you looking to streamline your API development process? Discover how a JSON Schema Editor can transform your workflow and why EchoAPI's tool is a game-changer. From real-time validation to seamless integration, this guide covers everything you ne… By Issy | Oct 29, 2024 What is API Authentication and Why Is It Important What is API Authentication and Why Is It Important? In the realm of modern software development, ensuring secure and authorized access to APIs is paramount. API authentication is a fundamental aspect of this process, responsible for verifying the ide… By Coco Min | Oct 29, 2024 How to define Rate Limiters in a Laravel 11 Application Introduction In this article i’ll demonstrate how to define rate limiting in Laravel 11 to enhance security and appropriate resource sharing across users of your application. Rate Limiting in simple terms, is a way to limit any action (especially inc… By Alemoh Rapheal Baja | Oct 30, 2024 Hashnode Blog Post: My PHP Learning Journey Introduction As I embark on my journey to become a proficient web developer, learning PHP has been a significant step in my skill development. PHP is a powerful server-side scripting language widely used for web development, powering major platforms … By Rohan Raj | Oct 30, 2024 The Complete Guide to Running Laravel on AWS Lambda: From Zero to Hero 🚀 Laravel on AWS Lambda Imagine running a restaurant where you only pay for the kitchen when someone orders food – that's exactly how AWS Lambda works! In this comprehensive guide, we'll walk through deploying a Laravel application on AWS Lambda, makin… By Sohag Hasan | Oct 30, 2024 Great Merged PRs, Awesome Cycle Times – Laravel’s Engineering Pipeline in Full Swing Building a feature-packed e-commerce site or a sleek portfolio website? Or maybe you’re a seasoned PHP developer searching for a framework that makes life easier without compromising performance. Laravel is exactly what you need.Known for its elega… By Rajni Rethesh | Oct 31, 2024 Laravel Service Container ve Dependency Injection (DI) Kullanımı Merhaba Laravel geliştiricileri! Bugün sizlere Laravel'de pek çok kişinin gözden kaçırdığı, fakat projelerimizi daha esnek ve sürdürülebilir hale getiren iki önemli konudan bahsedeceğim: Service Container ve Dependency Injection (DI). Bu yapılar, öze… By Onur Evren | Oct 31, 2024 Understanding HTTP/2: What is HTTP/2 & How to Test HTTP/2