Generate HTTP Fixtures from Live API Calls in Laravel
The HTTP Fixtures package for Laravel generates fake JSON responses for external API calls in tests. It simplifies creating mock […]
The HTTP Fixtures package for Laravel generates fake JSON responses for external API calls in tests. It simplifies creating mock […]
Laravel’s AsHtmlString cast provides automatic conversion of Eloquent attributes to HtmlString instances. This feature simplifies HTML content handling, reduces boilerplate
Idempotency for Laravel is a production-ready package for implementing idempotency in API requests. Clients can safely retry API calls using
Generate PDFs in Laravel with this mPDF wrapper. Source: Read MoreÂ
Discover how Laravel’s mapInto method simplifies converting array values into PHP enum instances, providing type-safe transformations that make handling user
The Laravel team released v12.10.0, which includes mapping Eloquent attributes using the collection cast into a specific object, checking nested
Build native iOS & Android apps using just Laravel. NativePHP for Mobile v1 release announcement— the same Laravel you’ve always
OpenTelemetry integration for laravel Source: Read MoreÂ
Latest PECL Releases: brotli 0.16.0 – change: brotli.state resource in brotli_uncompress_{init,add}() to BtorliUnCompressContext class change: brotli.state resource in brotli_compress_{init,add}() to
The Syntech Firebase Cloud Messaging (FCM) package for Laravel makes it easy to use Laravel’s notification system to send Firebase
Master Laravel’s assertReported method from the Exceptions facade to effectively test that your application correctly captures and reports exceptions during
Latest PECL Releases: xdebug 3.4.2 Sun, Mar 09, 2025 – Xdebug 3.4.2 = Fixed bugs: Fixed issue #2313: var_dump does
Learn how Laravel simplifies context validation with the new missing() and missingHidden() methods that provide cleaner boolean checks for key
Laravel Toaster Magic is a powerful, lightweight, and flexible toast notification library designed for modern web applications. The post Laravel
A simple package that validates EU VAT numbers against the central ec.europa.eu database Source: Read MoreÂ
The Expense Management System is an Android-based application designed to assist users in efficiently tracking and managing their daily expenses.
Discover how Laravel’s Fluent class transforms action implementations by providing built-in data transformation methods and cleaner validation capabilities compared to
JetBrains released the stable version of PhpStorm 2025.1 this week with new AI features, PHPStan annotation code completion, debugging improvements,
Explore how Laravel’s Carbon library simplifies date navigation with intuitive methods for finding specific days and times, making complex scheduling
The Simple RabbitMQ package for Laravel makes it simple to use RabbitMQ with support for multiple connections, easy publishing, and