Dummy is a package created by Steve Bauman that can be used to generate PHP class instances populated with dummy…
Laravel
If you’ve been hearing “Can I log into your product with my Okta account?” from you customers lately (or the…
Laravel provides several approaches to control how dates are formatted when models are serialized to arrays or JSON. From global…
Laravel ERD automatically generates Entity-Relationship Diagrams from your Laravel models and displays them using Vuerd. Source: Read MoreÂ
Store Laravel application settings in the database. Source: Read MoreÂ
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…
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…