Dynamic API Response Control in Laravel Resources https://laravel-news.com/dynamic-api-response-control-in-laravel-resources
Laravel News
Dynamic API Response Control in Laravel Resources - Laravel News
Discover Laravel's conditional attributes in API Resources for dynamic response control. Learn to include or exclude data based on conditions, creating efficient and context-aware API responses.
Redirecting to Controller Actions in Laravel https://laravel-news.com/redirecting-to-controller-actions
Laravel News
Redirecting to Controller Actions in Laravel - Laravel News
Learn how to use Laravel's action() method for type-safe controller redirects. Discover how to handle redirects with parameters while maintaining clean, maintainable code in your applications.
The definitive Guide to Webhooks in Laravel https://laravel-news.com/webhooks-in-laravel
Laravel News
The definitive Guide to Webhooks in Laravel - Laravel News
Master webhooks in Laravel with this definitive guide. Learn setup, security, event handling, and more to build powerful real-time integrations.
PeckPHP - A CLI tool designed to identify wording or spelling mistakes in your codebase https://laravel-news.com/peckphp
Laravel News
PeckPHP - A CLI tool designed to identify wording or spelling mistakes in your codebase - Laravel News
Peck is a powerful CLI tool designed to identify wording or spelling mistakes in your codebase. It can inspect folder names, file names, method names, comments, and more and it will fit naturally into your workflow, just like tools such as Pint or Pest.
A Laravel Package to Use the Deepseek API With V3 AI Models https://laravel-news.com/deepseek-laravel
Laravel News
A Laravel Package to Use the Deepseek API With V3 AI Models - Laravel News
The DeepSeek Laravel package makes using the DeepSeek v3 AI models in your projects easy with PHP and Laravel.
Generating Sequential Laravel Collections https://laravel-news.com/generating-sequential-collections
Laravel News
Generating Sequential Laravel Collections - Laravel News
Explore Laravel's times method for generating sequential collections and learn to create numbered sequences and calculated datasets, perfect for time slots, pagination, and other ordered data structures.
Lua - Laravel powered open-source URL shortener https://laravel-news.com/lua
Laravel News
Lua - Laravel powered open-source URL shortener - Laravel News
lua.sh is a next-generation, scalable, and open-source URL shortener built with the modern stack of Laravel, Vue 3, and Inertia.js. Lua is designed to be fast, flexible, and an excellent choice for developers and organizations looking for a simple yet powerful…
DevDb - VS Code database management extension launches v2 https://laravel-news.com/devdb-2
Laravel News
DevDb - VS Code database management extension launches v2 - Laravel News
A lightweight VS Code extension that auto-loads your database and provides affordances from your database to aid development and debugging.
A Fluent Email Validation Rule Added in Laravel 11.38 https://laravel-news.com/laravel-11-38-0
Laravel News
A Fluent Email Validation Rule Added in Laravel 11.38 - Laravel News
This week, the Laravel team released v11.38, which includes a fluent Email validation rule, the ability to retrieve a form request or fluent value as an array, a finally() pipeline method, and more.
Create GitHub Issues from Exceptions and Logs in Laravel https://laravel-news.com/create-github-issues-from-exceptions-and-logs-in-laravel
Laravel News
Create GitHub Issues from Exceptions and Logs in Laravel - Laravel News
The laravel-github-monolog package automatically creates GitHub issues from exceptions in your Laravel applications. This package is meant for smaller apps without the need for full-featured logging services.
Handling Process Synchronization with Laravel Cache Locks https://laravel-news.com/cache-locks
Laravel News
Handling Process Synchronization with Laravel Cache Locks - Laravel News
Learn how to manage process synchronization in Laravel using Cache locks. Discover how to prevent race conditions and handle concurrent operations safely in distributed systems.
Television is a Multi-purpose Fuzy Finder TUI https://laravel-news.com/television-tui
Laravel News
Television is a Multi-purpose Fuzy Finder TUI - Laravel News
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 variables, etc.
Simplified Stream Response Handling in Laravel https://laravel-news.com/stream-response-handling
Laravel News
Simplified Stream Response Handling in Laravel - Laravel News
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.
Interactive Console Commands in Laravel https://laravel-news.com/interactive-console-commands
Laravel News
Interactive Console Commands in Laravel - Laravel News
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.
DigitalOcean API Client for Laravel https://laravel-news.com/digitalocean-api-client-for-laravel
Laravel News
DigitalOcean API Client for Laravel - Laravel News
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.
Permanent Record Deletion with Laravel's forceDestroy https://laravel-news.com/forcedestroy
Laravel News
Permanent Record Deletion with Laravel's forceDestroy - Laravel News
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.
Laravel Rewind is a Versioning Package for Eloquent https://laravel-news.com/laravel-rewind-eloquent-versioning
Laravel News
Laravel Rewind is a Versioning Package for Eloquent - Laravel News
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 data.
Route Definition Enhancements in Laravel with Enum Integration https://laravel-news.com/route-enum-integration
Laravel News
Route Definition Enhancements in Laravel with Enum Integration - Laravel News
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.
Managing Laravel View Search Paths https://laravel-news.com/view-search-paths
Laravel News
Managing Laravel View Search Paths - Laravel News
Explore Laravel's prependLocation method for streamlined view path management. Learn to efficiently prioritize custom view locations when implementing themes, plugins, or modular systems.