Using SQLite in production with Laravel https://laravel-news.com/using-sqlite-in-production-with-laravel
Laravel News
Using SQLite in production with Laravel - Laravel News
Learn how to use SQLite effectively in Laravel apps. This guide covers WAL mode, busy timeouts, Eloquent casts, and transaction pitfalls. Plus workarounds for avoiding SQLITE_BUSY errors until PHP 8.5 improves SQLite support.
😁3🥴3🔥2😱1
Heartbeat Collection Method in Laravel 12.26; Wayfinder Now in React and Vue Starter Kits https://laravel-news.com/laravel-12-26-0
Laravel News
Heartbeat Collection Method in Laravel 12.26; Wayfinder Now in React and Vue Starter Kits - Laravel News
The Laravel team released version 12.26.0 this week, adding a withHeartbeat() method to Lazy collections, along with the latest framework updates. Additionally, the Laravel Vue and React starter now include Wayfinder.
❤4
Optimizing Laravel Livewire Performance with Computed Properties https://laravel-news.com/livewire-computed
Laravel News
Optimizing Laravel Livewire Performance with Computed Properties - Laravel News
Enhance Laravel Livewire performance using computed properties with caching. The #[Computed] attribute prevents expensive re-calculations by intelligently caching method results, supporting persistent and global caching strategies for optimal application…
❤4👍1👎1
Smart Cache Package for Laravel https://laravel-news.com/smart-cache-package-for-laravel
Laravel News
Smart Cache Package for Laravel - Laravel News
The SmartCache package for Laravel by Ismael Azaran is a caching optimization package designed to enhance how your application handles data caching.
🔥3
Streamlining Application Automation with Laravel's Task Scheduler https://laravel-news.com/task-scheduler
Laravel News
Streamlining Application Automation with Laravel's Task Scheduler - Laravel News
Automate Laravel applications efficiently using the Task Scheduler. Replace traditional cron jobs with expressive scheduling methods that support complex timing, environment controls, and sophisticated execution management for reliable background processing.
❤3
A Fluent Path Builder for PHP and Laravel https://laravel-news.com/a-fluent-path-builder-for-php-and-laravel
Laravel News
A Fluent Path Builder for PHP and Laravel - Laravel News
LaraPath is a secure, fluent path builder for PHP, featuring sanitization strategies and Laravel integration for version 11+.
❤7
Enhanced Queue Job Control with Laravel's ThrottlesExceptions failWhen() Method https://laravel-news.com/throttlesexceptions-failwhen
Laravel News
Enhanced Queue Job Control with Laravel's ThrottlesExceptions failWhen() Method - Laravel News
Laravel's ThrottlesExceptions middleware now includes the failWhen() method, providing enhanced job failure control. Unlike deleteWhen(), this method marks jobs as failed while stopping job chains and preserving failure information for debugging.
👍3❤1
Stop Writing Bad Controllers: Laravel Custom Collections Transform Your Code https://laravel-news.com/stop-writing-bad-controllers-laravel-custom-collections-transform-your-code
Laravel News
Stop Writing Bad Controllers: Laravel Custom Collections Transform Your Code - Laravel News
Transform messy Laravel controllers with 15+ lines of calculations into clean, three-line coordinators using custom collection methods. This practical tutorial shows you how to make your business logic reusable across your entire application with Laravel…
🤡7❤3
Handle ownership relationships between Eloquent models with Laravel Ownable https://laravel-news.com/laravel-ownable
Laravel News
Handle ownership relationships between Eloquent models with Laravel Ownable - Laravel News
Handle ownership relationships between Eloquent models in a flexible way with Laravel Ownable.
❤1
Implementing User Confirmation Dialogs in Laravel Livewire with wire:confirm https://laravel-news.com/wire-confirm
Laravel News
Implementing User Confirmation Dialogs in Laravel Livewire with wire:confirm - Laravel News
Implement confirmation dialogs in Laravel Livewire using the wire:confirm directive. This feature provides native browser confirmations for critical actions, with support for dynamic messages and advanced prompt-based confirmations for enhanced user safety.
❤4
Adding Autocomplete to Your Laravel Applications https://laravel-news.com/adding-autocomplete-to-your-laravel-applications
Laravel News
Adding Autocomplete to Your Laravel Applications - Laravel News
In this tutorial, we will build a movie application with autocomplete leveraging MongoDB Atlas Search with Laravel
Use Amazon's new Fair Queue Feature With SQS in Laravel 12.27 https://laravel-news.com/laravel-12-27-0
Laravel News
Use Amazon's new Fair Queue Feature With SQS in Laravel 12.27 - Laravel News
The Laravel team released version 12.27.0 this week, introducing support for SQS FIFO queue message group IDs in Laravel. Group IDs unlock the ability to utilize Amazon's fair queue feature in SQS.
Simplifying Form Validation with Laravel Livewire's #Validate Attribute https://laravel-news.com/validate-attribute
Laravel News
Simplifying Form Validation with Laravel Livewire's #[Validate] Attribute - Laravel News
Laravel Livewire's #[Validate] attribute revolutionizes form validation by placing rules directly on component properties, creating more readable code while maintaining powerful validation capabilities for modern web applications.
❤5👍2🔥2
In-depth guide on documenting API responses with Scramble https://laravel-news.com/in-depth-guide-on-documenting-api-responses-with-scramble
Laravel News
In-depth guide on documenting API responses with Scramble - Laravel News
An in-depth guide on documenting API responses with Scramble.
👍7
An Official PHP SDK for MCP Announced https://laravel-news.com/official-php-sdk-for-mcp-announced
Laravel News
An Official PHP SDK for MCP Announced - Laravel News
An Official PHP SDK for MCP announced in partnership between the PHP Foundation, Anthropic, and Symfony - bringing a standard AI integration to PHP
🔥15
Creating Responsive Component Networks with Laravel Livewire's #On Event System https://laravel-news.com/on-event
Laravel News
Creating Responsive Component Networks with Laravel Livewire's #[On] Event System - Laravel News
Laravel Livewire's #[On] attribute and dispatch system create powerful event-driven component communication, enabling responsive interfaces where components coordinate behavior while maintaining independence and clean architectural separation.
🔥4
Real-time Form Updates with Laravel Livewire's wire:model.live https://laravel-news.com/livewire-wire-model-live
Laravel News
Real-time Form Updates with Laravel Livewire's wire:model.live - Laravel News
Laravel Livewire's wire:model.live enables real-time property syncing as users type, replacing the deferred behavior of wire:model with immediate updates that trigger component methods and refresh the interface instantly.
❤2
Lightweight Access Control Management for Laravel with Porter https://laravel-news.com/porter
Laravel News
Lightweight Access Control Management for Laravel with Porter - Laravel News
Simple, fast and focused access control with Porter
👍1
Stop Repeating Query Logic: Laravel Query Scopes Make Your Code Readable https://laravel-news.com/stop-repeating-query-logic-laravel-query-scopes-make-your-code-readable
Laravel News
Stop Repeating Query Logic: Laravel Query Scopes Make Your Code Readable - Laravel News
We've all written the same where clauses across multiple controllers. You know the ones filtering for completed orders from this month, finding popular products above a certain price, or loading specific relationships. This repetitive query logic clutters…
❤4