The Teams Notification package for Laravel lets you send notifications to Microsoft Teams. You can send normal messages, messages with…
PHP
Laravel’s factory system introduces the recycle method, allowing efficient reuse of model instances across multiple factory calls. This feature is…
This is my package laravel-google-drive-storage Source: Read MoreÂ
I’ve hand-picked some of the biggest stories at Laravel News in 2024. This year was massive, with our new Laravel…
When working with Eloquent models, sometimes you need just the core database attributes without relationships or computed properties. Laravel’s attributesToArray…
Latest PECL Releases: solr 2.8.0 Features: Support PHP 8.4 Internals: improve config.m4 and config.w32 (remicollet and petk) Source: Read MoreÂ
Ghostty is a fast, feature-rich, cross-platform terminal emulator that uses platform-native UI and GPU acceleration. It was created to feel…
Laravel provides several methods for transforming Eloquent models into JSON, with toJson() being one of the most straightforward approaches. This…
A powerful Laravel package for integrating Large Language Models (LLMs) into your applications. Source: Read MoreÂ
Laravel’s whereInstanceOf method provides a clean way to filter collections based on object types, particularly useful when dealing with polymorphic…
Laravel’s replaceRecursive method offers a powerful solution for updating nested arrays while preserving unmodified values, particularly useful when working with…
The Quickpay package for Laravel, by Morten Bak, helps you quickly utilize the Quickpay API client using a fluent object…
Laravel’s takeWhile method provides precise control over collection filtering, allowing you to extract elements that consecutively meet a condition until…
The One-time Password (OTP) Manager package for Laravel provides a comprehensive set of methods to generate, send, verify, and manage…
PublicIP is a PHP library that gets a server’s public IP address reliably and quickly. This package has an opinionated…
Laravel’s Context facade enhances application insight by allowing you to add persistent metadata throughout your request lifecycle. This context automatically…
Latest PECL Releases: rpminfo 1.2.0 – add rpmexpand, rpmexpandnumeric to retrieve rpm macro value add rpmdefine to set rpm macro…
Laravel package to integrate PHP Domain parser. Source: Read MoreÂ
Token Forge by Blaspsoft, is a versatile Laravel package designed to add robust, customizable API token management to your application.…
Laravel provides AsArrayObject and AsCollection casts to handle complex JSON attributes more effectively, enabling intuitive manipulation of nested data structures.…