String Manipulation Made Easy with Laravel's AsStringable Cast https://laravel-news.com/asstringable
Laravel News
String Manipulation Made Easy with Laravel's AsStringable Cast - Laravel News
Explore Laravel's AsStringable cast for elegant string manipulation. Transform model attributes into Stringable objects and leverage Laravel's powerful string methods for cleaner, more maintainable code.
π₯9
Recurr is a PHP library for working with recurrence rules for calendar dates https://laravel-news.com/recurr
Laravel News
Recurr is a PHP library for working with recurrence rules for calendar dates - Laravel News
Recurr is a PHP library for working with recurrence rules (RRULE); meant to help with recurring calendar events.
β€9π2
Manage Metadata on Laravel Eloquent Models with JSON Support https://laravel-news.com/manage-metadata-on-laravel-eloquent-models-with-json-support
Laravel News
Manage Metadata on Laravel Eloquent Models with JSON Support - Laravel News
The Laravel Model Metadata package is designed to manage metadata in your Eloquent models. It supports multiple data types in JSON, allowing you to easily attach, manage, and query your metadata.
π5β€1
Global View Data Management in Laravel https://laravel-news.com/global-view-data-management-in-laravel
Laravel News
Global View Data Management in Laravel - Laravel News
Learn how to use Laravel's View::share method to make data globally available across your views. Perfect for managing application-wide settings and user preferences while maintaining clean, organized code.
π₯6π3
GGH is a Lightweight CLI to Recall Your SSH Sessions https://laravel-news.com/ggh-is-a-lightweight-cli-to-recall-your-ssh-sessions
Laravel News
GGH is a Lightweight CLI to Recall Your SSH Sessions - Laravel News
GGH is a small CLI tool that recalls your SSH sessions and searches your SSH configuration file.
π2
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.
π₯11π1
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.
π₯7π4
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.
π10β€5π―1
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.
π7π₯5β€1
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.
β€11
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.
β€7
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β¦
β€7
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.
π₯7
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.
β€5π1
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.
π₯9π1
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.
π9β€2
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.
π4
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.
β€7
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.
β€10