shlogg · Early preview
Paul Redmond @paulredmond

Staff writer at Laravel News. Full stack web developer and author.

Laravel DigitalOcean Package: API Client Bridge For Laravel

Use Laravel DigitalOcean package by Graham Campbell for API client bridge & multiple connections. Configure with digitalocean.php file & use Facade or dependency injection.

Blazing-Fast Fuzzy Finder TUI For Files & Git History

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: Auto Create GitHub Issues From Exceptions

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 11.38 Released With New Features And Updates

Laravel v11.38 released with fluent Email validation, array() method for FormRequest and Fluent, finally method for pipeline helper, and more.

DeepSeek Laravel Package Simplifies AI Integration With Easy Methods

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 CLI Recalls SSH Sessions And Configurations

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 For Eloquent Models

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.

Create Immutable Value Objects In Laravel With Bag Package

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 And More

Laravel v11.37 released with new Eloquent relation methods, ignore case option for Str::is(), Dumpable trait added to Uri instance, and more.

Laravel Packages Simplify Localization With AI Models

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.

Laravel Teams Notification Package Explained

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 Minutes

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!

Laravel Quickpay Package For Secure Payments

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.

Get Your Server's Public IP With KnotsPHP PublicIP Library

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

Laravel Log Alarm Package: Real-time Monitoring And Error Detection

Monitor your Laravel app's health with Log Alarm: real-time log monitoring, error detection & customizable notifications to Slack & email.

Livewire File Manager For Laravel Applications

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

Laravel Mails Package: Track Email Issues And Trends

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: Laravel-Powered Static Site Generator For Markdown & Blade

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!

Type-Safe PHP Object Hydration With DataModel

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 3.5 Released With Nested Describe Blocks Support

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!

Zero-Dependency PHP Library Generates Pure SVG Charts

Generate SVG charts in PHP with zero dependencies using maantje/charts library. Simple API creates bar, line, stacked & mixed charts, fully customizable & extendable.

Laravel 11 Simplifies Returning JSON For Exceptions

Enforce returning JSON on API requests for exceptions in Laravel 11 without middleware. Use `shouldRenderJsonWhen()` method to ensure exceptions are rendered as JSON.