Laravel V11.39 Released With New Features And Updates
Laravel v11.39 released with UseFactory attribute, prevent destructive rollbacks, phpredis backoff & max retry options, and more.
Staff writer at Laravel News. Full stack web developer and author.
Laravel v11.39 released with UseFactory attribute, prevent destructive rollbacks, phpredis backoff & max retry options, and more.
Use Laravel DigitalOcean package by Graham Campbell for API client bridge & multiple connections. Configure with digitalocean.php file & use Facade or dependency injection.
Television is a blazing-fast fuzzy finder TUI for searching data sources like files, Git history & more. Highly configurable & comes with built-in channels & previewers. Works on Linux, MacOS & Windows.
Laravel-Github-Monolog package by Krishan König creates GitHub issues from exceptions in Laravel apps. Automatically groups similar errors & adds comments to existing issues with customizable labels & deduplication features.
Laravel v11.38 released with fluent Email validation, array() method for FormRequest and Fluent, finally method for pipeline helper, and more.
DeepSeek Laravel package wraps community-driven PHP client library for DeepSeek v3 AI models. Achieves significant speed gains over previous models & supports fluent method chaining, customization & PSR-18 compliance.
GGH is a CLI app that recalls SSH sessions & searches config file. Lightweight, interactive tool for reconnecting to previous sessions or filtered config listings. Install on Unix & Windows via GitHub.
Laravel Model Metadata package manages metadata in Eloquent models with JSON support for multiple data types. Attach, manage & query metadata using `createMetadata`, `updateMetadata` & `deleteMetadata` methods.
Bag is a PHP & Laravel package for Immutable Value Objects, providing type-safe data encapsulation with built-in validation & casting. Replace arrays with Bag objects to benefit from strong typing.
Laravel v11.37 released with new Eloquent relation methods, ignore case option for Str::is(), Dumpable trait added to Uri instance, and more.
Laravel community offers AI-powered translation packages like Filament Translations GPT, Laravel Auto-translation & Laravel AI Translator for simplified app localization, streamlining workflows & making internationalization efficient & hassle-free.
Send notifications to Microsoft Teams with Laravel's Teams Notification package. Send normal messages, messages with details, or use custom logging channel. Supports success, warning, error & JSON blocks.
Setting up Xdebug with Docker in under 1 minute! Use multi-stage images to set up dev tools & separate prod settings. Configure PhpStorm to connect to Xdebug & start debugging your project now!
The Quickpay package for Laravel helps you quickly utilize the Quickpay API client using a fluent object and service Facade, allowing secure and reliable payment acceptance and user data interface via API.
PublicIP is a PHP library that gets your server's public IP address quickly and reliably. Use it to get IPv4 or IPv6, with options for custom DNS providers and fetchers. Install via Composer: `composer require knotsphp/publicip
Monitor your Laravel app's health with Log Alarm: real-time log monitoring, error detection & customizable notifications to Slack & email.
Laravel developers! Introducing Livewire File Manager: a simple & practical file manager for Laravel apps. Drag & drop files, search, multiple languages & darkmode available. Seamlessly integrates with Spatie's Medialibrary
Track sent emails in Laravel with ease! The Laravel Mails package logs all emails, attachments & events, notifies you of issues & trends, and even prunes logged emails to keep your db slim.
HydePHP is a Laravel-powered static site generator for creating websites, blogs & docs using Markdown or Blade. Create blog posts, HTML pages & documentation with ease!
Hydrate type-safe PHP objects recursively with `Zerotoprod\DataModel`. Simplify object hydration, ensure type safety & reduce defensive programming. Control value resolution with #[Describe()] attribute. Non-invasive integration via trait usage.
Pest v3.5 released with nested `describe()` blocks in tests! Group related tests inside a parent `describe()` block for more flexibility in organizing things. Update to latest version for new features and nested describe blocks!
Generate SVG charts in PHP with zero dependencies using maantje/charts library. Simple API creates bar, line, stacked & mixed charts, fully customizable & extendable.
Enforce returning JSON on API requests for exceptions in Laravel 11 without middleware. Use `shouldRenderJsonWhen()` method to ensure exceptions are rendered as JSON.