Store Laravel application settings in the database. Source: Read MoreÂ
PHP
When deploying Laravel applications behind load balancers or reverse proxies, proper configuration of the TrustProxies middleware ensures correct handling of…
Laravel’s View Creators allow you to prepare data immediately after view instantiation, earlier than View Composers, making them perfect for…
The Laravel community offers a growing number of packages that use AI models like OpenAI’s GPT and Anthropic’s Claude to…
The Microsoft Graph is a powerful tool that allows developers to access and utilize the data from various Microsoft services,…
The Teams Notification package for Laravel lets you send notifications to Microsoft Teams. You can send normal messages, messages with…
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…