Television is a Multi-purpose Fuzy Finder TUI
Television is a blazing-fast general-purpose fuzzy finder TUI. It is highly configurable and allows you to quickly search through all kinds of data sources, such as files, Git history, environment...
View ArticleSimplified Stream Response Handling in Laravel
Discover Laravel's resource() method for simplified HTTP stream handling. Learn how to streamline file downloads and storage operations with this elegant approach to stream response processing. The...
View ArticleInteractive Console Commands in Laravel
Learn how to enhance Laravel Artisan commands with interactive prompts using PromptsForMissingInput. Create user-friendly CLI experiences by automatically prompting for missing arguments and options....
View ArticleDigitalOcean API Client for Laravel
The Laravel DigitalOcean package by Graham Campbell is an API client bridge for Laravel. This package uses Graham's manager package, providing the ability to configure multiple connections. The post...
View ArticlePermanent Record Deletion with Laravel's forceDestroy
Learn how Laravel's forceDestroy method simplifies permanent record deletion. Discover efficient ways to manage soft-deleted data while maintaining clean, maintainable code in your applications. The...
View ArticleLaravel Rewind is a Versioning Package for Eloquent
Laravel Rewind is a powerful and efficient versioning package for your Eloquent models created by Jared Cannon. This package stores a combination of partial diffs and full snapshots of your model...
View ArticleRoute Definition Enhancements in Laravel with Enum Integration
Discover Laravel's enhanced enum support in route definitions. Learn how to write cleaner, type-safe routes without explicit enum value access, improving code readability and maintainability. The post...
View ArticleManaging Laravel View Search Paths
Explore Laravel's prependLocation method for streamlined view path management. Learn to efficiently prioritize custom view locations when implementing themes, plugins, or modular systems. The post...
View ArticleLaravel SpaceOCR: Parse Images and Multi-page PDFs in Laravel
The Laravel OCRSpace package integrates with the OCRSpace API to provide a simple way to parse images and multi-page documents into JSON using Optical Character Recognition. The post Laravel SpaceOCR:...
View ArticleUseFactory Attribute Added in Laravel 11.39
This week, the Laravel team released v11.39, which includes a model factory class attribute, the ability to prevent destructive rollbacks, PhpRedis backoff and max retry options, and more. The post...
View ArticleAccessing Locale and Currency Defaults in Laravel
Discover Laravel's new Number facade methods for accessing default locale and currency settings. Learn to streamline regional formatting in your applications with these convenient helper methods. The...
View ArticleLaravel Faker OpenAI
An opinionated Laravel package that extends FakerPHP and uses openai-php/laravel to generate fake data The post Laravel Faker OpenAI appeared first on Laravel News. Join the Laravel Newsletter to get...
View ArticleTailwind CSS v4 is Here
Tailwind CSS v4 is here! This release is the most significant release to date, with a reimagined configuration and customization experience and a new high-performance engine designed to be as fast as...
View ArticleCollection Customization in Laravel Using CollectedBy
Learn how Laravel's CollectedBy attribute enables declarative collection customization. Discover a cleaner way to implement model-specific collection functionality without overriding traditional...
View ArticleLaracon EU Amsterdam 2025
LaraconEU is back to Amsterdam on February 2nd and 3rd The post Laracon EU Amsterdam 2025 appeared first on Laravel News. Join the Laravel Newsletter to get all the latest Laravel articles like this...
View ArticleChecking String Absence with Laravel's doesntContain
Explore Laravel's doesntContain method for simpler string absence verification. Learn to efficiently check content against unwanted terms in your validation logic. The post Checking String Absence...
View ArticleA Package to Manage Model Status in Laravel
The Laravel Model Status package by Muhammed ElFeqy automates adding configurable status columns to models and migrations. The post A Package to Manage Model Status in Laravel appeared first on...
View ArticleSimpleStats: Analyze Beyond Visits – Discover Registrations, Revenue and...
SimpleStats - a Server-side, GDPR compliant and 100% accurate analytics tool, that goes beyond simple counts of views and visits. Discover in-depth metrics like Registrations, Conversion Rate,...
View ArticleFluent Date Validation in Laravel 11.40
The Laravel team released v11.40, which includes a fluent date validation class, pending Eloquent attributes, dump helpers for HTTP Response instances, and more. The post Fluent Date Validation in...
View ArticleCurrency Formatting with Laravel's Enhanced Number Helper
Discover Laravel's improved Number helper with configurable currency defaults. Learn to handle multi-currency formatting efficiently in your international applications. The post Currency Formatting...
View Article