Token Forge
Token Forge by Blaspsoft, is a versatile Laravel package designed to add robust, customizable API token management to your application. The package is inspired by Laravel Jetstream’s token...
View ArticleGet a Server's Public IP Address With PHP
PublicIP is a PHP library that gets a server's public IP address reliably and quickly. This package has an opinionated default configuration to give you the fastest and most reliable providers....
View ArticleAdding Request Context in Laravel Applications
Laravel's Context facade enhances application insight by allowing you to add persistent metadata throughout your request lifecycle. This context automatically enriches your logs with valuable...
View ArticleOne-time Password Manager for Laravel
The One-time Password (OTP) Manager package for Laravel provides a comprehensive set of methods to generate, send, verify, and manage OTPs. It also integrates with Laravel's cache system to throttle...
View ArticleExtracting Sequential Data with Laravel's takeWhile
Laravel's takeWhile method provides precise control over collection filtering, allowing you to extract elements that consecutively meet a condition until the first failure occurs. $numbers =...
View ArticleA Laravel Package for the Quickpay API
The Quickpay package for Laravel, by Morten Bak, helps you quickly utilize the Quickpay API client using a fluent object and service Facade. Quickpay allows you to accept payments securely and...
View ArticleDeep Array Manipulation with Laravel's replaceRecursive Method
Laravel's replaceRecursive method offers a powerful solution for updating nested arrays while preserving unmodified values, particularly useful when working with complex configuration structures....
View ArticleFiltering Collection Objects by Type with whereInstanceOf
Laravel's whereInstanceOf method provides a clean way to filter collections based on object types, particularly useful when dealing with polymorphic relationships or mixed object collections. <?php...
View ArticleConverting Laravel Models to JSON for API Responses
Laravel provides several methods for transforming Eloquent models into JSON, with toJson() being one of the most straightforward approaches. This method offers flexibility in how your models are...
View ArticleGhostty Is a Fast, Feature-Rich, Cross-Platform Terminal
Ghostty is a fast, feature-rich, cross-platform terminal emulator that uses platform-native UI and GPU acceleration. It was created to feel and look like a native application for your given desktop...
View ArticleLaravel News 2024 Recap
I've hand-picked some of the biggest stories at Laravel News in 2024. This year was massive, with our new Laravel Creator Spotlight series and huge announcements from Laravel like Laravel Cloud,...
View ArticleAccessing Raw Model Data with Laravel's attributesToArray Method
When working with Eloquent models, sometimes you need just the core database attributes without relationships or computed properties. Laravel's attributesToArray method provides a clean way to access...
View ArticleMicrosoft Teams Notifications Package
The Teams Notification package for Laravel lets you send notifications to Microsoft Teams. You can send normal messages, messages with additional details, and even use this package's custom logging...
View ArticleOptimizing Factory Data Creation with Laravel's recycle Method
Laravel's factory system introduces the recycle method, allowing efficient reuse of model instances across multiple factory calls. This feature is particularly valuable when creating complex data...
View ArticleLaravel Microsoft Graph
The Microsoft Graph is a powerful tool that allows developers to access and utilize the data from various Microsoft services, including Office 365, Windows, and security platforms. Laravel Microsoft...
View ArticleUsing AI to Manage Translations in Laravel
The Laravel community offers a growing number of packages that use AI models like OpenAI's GPT and Anthropic's Claude to simplify and enhance application localization. Here are a few hand-picked...
View ArticleEarly View Data Preparation with Laravel View Creators
Laravel's View Creators allow you to prepare data immediately after view instantiation, earlier than View Composers, making them perfect for setting up essential view data or optimizing performance....
View ArticleManaging Proxy Trust in Laravel Applications
When deploying Laravel applications behind load balancers or reverse proxies, proper configuration of the TrustProxies middleware ensures correct handling of client information and HTTPS detection....
View ArticleCustomizing Model Date Formats in Laravel
Laravel provides several approaches to control how dates are formatted when models are serialized to arrays or JSON. From global formats to attribute-specific customization, you can ensure consistent...
View ArticleAdd Enterprise SSO/SAML to your product today
If you’ve been hearing “Can I log into your product with my Okta account?” from you customers lately (or the scarier “Do you support ADFS?“), it may be time to add Enterprise SSO to your product. It...
View Article