PHP/Laravel – Weekly News Summary – 11/11/2024 to 17/11/2024
#Laravel News Securing Laravel Applications with Stephen Rees-Carter Join us as Stephen Rees-Carter delves into Laravel security, discussing security consulting, the importance of penetration testing, and common vulnera…#Interviews By Eric L. Barnes | Nov 11, 2024 Solo for Laravel Solo for Laravel is a package to run multiple commands at once in your terminal, to aid in local development.#Laravel Packages By Yannick Lyn Fatt | Nov 11, 2024 PHPStan 2.0 is Here PHPStan just released v2.0.0 this week. Learn more about what's new in this massive update that is three years in the making!#News By Paul Redmond | Nov 11, 2024 Dynamic Cache, Database, and Mail Builders in Laravel 11.31 The Laravel team released v11.31, which includes dynamic Cache/DB/Mail builders, a cache token repository, a URL::forceHttps() convenience method, and…#News #Laravel Releases By Paul Redmond | Nov 12, 2024 Hide and safeguard emails from bots with the Muddle Laravel package Muddle is a PHP package to hide and safeguard emails from bots, allowing you to obfuscate emails in PHP and Laravel. This package can be used in any P…#Laravel Packages By Paul Redmond | Nov 14, 2024 Register now for Sentry Launch Week! If you’ve ever been curious about Sentry, Launch Week is for you. Sentry will be announcing new products, showing exclusive demos, and talking all thi…#Sponsor By Eric L. Barnes | Nov 14, 2024 Herd Executable Support and Pest 3 Mutation Testing in PhpStorm 2024.3 PhpStorm 2024.3 was released and includes support for PHP 8.4 as well as some awesome updates for Laravel Developers, such as detection of Laravel Her…#News #Phpstorm By Paul Redmond | Nov 14, 2024 PHPxWorld – The resurgence of PHP meet-ups with Chris Morrell Eric L. Barnes and Chris Morrell discuss the resurgence of PHP meetups post-COVID, focusing on the creation and growth of PHPX, a new initiative to re…#Interviews By Eric L. Barnes | Nov 15, 2024 Transform Data into Type-safe DTOs with this PHP Package This PHP Data Model package provides a lightweight, non-invasive way to hydrate type-safe PHP objects recursively.#Laravel Packages By Paul Redmond | Nov 17, 2024 #Laravel Blogs Laracon AU 2024: Nightwatch Unveiled This 6th annual Laracon AU brought together the biggest crowd in Australia yet. After months of teasing a new Laravel product, Taylor and Jess announced Nightwatch, a fully managed application monitoring platform for Laravel. By Sam | Nov 13, 2024 #Laravel io 🍣 Sushi — Your Eloquent model driver for other data sources In Laravel projects, we usually store data in databases, create tables, and run migrations. But not…#Cache #Eloquent #Laravel By karandatwani92 | Nov 14, 2024 #Made with Laravel UnoPim – Open-source Product Information Management (PIM) System "UnoPim is an open-source Product Information Management (PIM) system built on the Laravel framework. It helps businesses organize, manage, and enrich their product information in one central repository. It provides features for centralized product management, data enrichment, import and export, category & user management, API integration, localization and more. You can also use UnoPim's magic AI to generate your product content. UnoPIM is built using PHP, Laravel, Vue.js, TailwindCSS, MySQL and Redis."#App By – | Nov 14, 2024 Laravel Cacheable Model – Cache Laravel Eloquent Models by Queries "Automatically cache Laravel Eloquent models by queries! laravel-cacheable-model provides easy and automatic select-query caching for your Eloquent models. Get cached query results and reduce your database load automatically Configure TTL, prefixes, unique-queries etc. No manual cache calls needed Automated cache flush in case of updates, inserts or deletions You can make any Eloquent model cacheable by adding the trait."#Eloquent #Utility By – | Nov 14, 2024 #Hashnode 🍣 Sushi — Your Eloquent model driver for other data sources In Laravel projects, we usually store data in databases, create tables, and run migrations. But not every bit of data needs that level of complexity. Sometimes, you have small, static datasets—like a list of countries, settings, or configs—that hardl… By Karan Datwani | Nov 11, 2024 What Is JWT Bearer for REST APIs and How to Debug It With Code & Tools Understanding JWT Bearer for REST APls: A Guide to Debugging with Code& Tools In today's web development landscape, securing REST APIs is crucial for developers and organizations. One effective method is using JSON Web Tokens (JWT), specifically JWT … By Coco Min | Nov 11, 2024 Essential Tips for Securing Your Laravel 11 App from DDoS Attacks What Is a DDoS Attack? A DDoS attack happens when lots of computers flood a server with too much traffic, aiming to slow it down or even knock it offline. It's like if hundreds of people tried to rush into a store all at once, causing a big jam that … By Anik Kumar Nandi | Nov 11, 2024 Troubleshooting Common API Errors and How to Fix Them As a developer, I frequently encounter API errors during development. These issues can range from simple syntax errors to complex logical flaws within the API request or response handling. Initially, resolving these issues involved extensive research… By Bobo | Nov 12, 2024 How to Set Up a LAMP Stack on AWS EC2 If you’re working on a project that involves creating a LAMP (Linux, Apache, MySQL, PHP) stack, AWS provides a flexible environment to get you started quickly. This guide walks you through creating a LAMP stack on AWS using a t2.micro EC2 instance ru… By Olaoluwa Afolami | Nov 12, 2024 Understanding RESTful API Design Principles What is a RESTful API? A RESTful API (Representational State Transfer) is a set of web services that enable communication between client and server applications. This architectural style uses HTTP requests to access and manipulate data, adhering to p… By Xin | Nov 13, 2024 What Is Basic Auth for REST APIs and How to Debug It With Code & Tools Why Use Authentication for REST APIs? 🔒 In the evolving landscape of web services, REST APIs play a crucial role in enabling communication between various software systems. However, with great power comes great responsibility. It is paramount to