
Laravel News
@laravelnews
Followers
107K
Following
907
Media
2K
Statuses
14K
Your news source for the Laravel PHP Framework. Email us at [email protected]
Joined February 2012
We now have a new "Laravel Releases" newsletter. Sign up, and you'll receive an email whenever new releases are available. (usually once a week)
1
3
39
Enhanced Queue Job Control with Laravel's ThrottlesExceptions failWhen() Method posted by @harrisrafto.
laravel-news.com
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...
0
3
28
Caught in the middle of a political battle, @BlackRock reaffirmed its focus is helping millions of Americans save for retirement. They warned that injecting politics from either side risks undermining financial performance.
prosperityretirementalliance.com
Millions of Ameircans depend on the security of their retirement savings to live with dignity after a lifetime of hard work. That’s why the Alliance for Prosperity and a Secure Retirement (APSR)...
4
0
35
RT @jackmcdade: We've made Statamic 6's Control Panel stupid easy to customize for your brand, client, or just personal preferences. 🔥. Thi….
0
14
0
A Fluent Path Builder for PHP and Laravel posted by @paulredmond.
laravel-news.com
LaraPath is a secure, fluent path builder for PHP, featuring sanitization strategies and Laravel integration for version 11+.
0
1
23
Streamlining Application Automation with Laravel's Task Scheduler posted by @harrisrafto.
laravel-news.com
Automate Laravel applications efficiently using the Task Scheduler. Replace traditional cron jobs with expressive scheduling methods that support complex timing, environment controls, and sophistic...
0
5
53
Smart Cache Package for Laravel posted by @paulredmond.
laravel-news.com
The SmartCache package for Laravel by Ismael Azaran is a caching optimization package designed to enhance how your application handles data caching.
0
3
31
Optimizing Laravel Livewire Performance with Computed Properties posted by @harrisrafto.
laravel-news.com
Enhance Laravel Livewire performance using computed properties with caching. The #[Computed] attribute prevents expensive re-calculations by intelligently caching method results, supporting persist...
0
3
53
Heartbeat Collection Method in Laravel 12.26; Wayfinder Now in React and Vue Starter Kits posted by @paulredmond.
laravel-news.com
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...
0
4
34
Using SQLite in production with Laravel posted by @samuelstancl.
laravel-news.com
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...
0
4
17
Password Strength Estimator Validation in Laravel posted by @paulredmond.
laravel-news.com
The Laravel Zxcvbn package is a validation rule that estimates password strength using a PHP port of Dropbox's JS package. It considers using user inputs as well to determine a score for password...
0
1
12
Laravel's Enhanced String Validation with Inverse Methods posted by @harrisrafto.
laravel-news.com
Simplify Laravel string validation using doesntStartWith() and doesntEndWith() methods. These inverse methods eliminate confusing double negatives, creating more readable validation logic for content...
0
2
17
Log Outgoing HTTP Requests with the Laravel Spy Package posted by @paulredmond.
laravel-news.com
The Laravel Spy package is a lightweight package to track and log outgoing HTTP requests in your application. It features a zero-config way to log all requests made with the Laravel HTTP client,...
0
3
37
Add Notes Functionality to Eloquent Models With the Notable Package posted by @paulredmond.
laravel-news.com
Notable is a Laravel package that adds polymorphic note functionality to any Eloquent model. It allows you to attach notes/comments to models with creator tracking, timestamps, and powerful query...
0
5
49
Building Cross-Platform Alerts with Laravel's Notification Framework posted by @harrisrafto.
laravel-news.com
Streamline cross-platform messaging in Laravel applications using the notification framework. Send consistent alerts via email, database, and external services through a unified API that adapts to...
0
4
37
Quickly Generate Forms based on your Eloquent Models with Laravel Formello posted by @ylynfatt.
laravel-news.com
A Laravel package for generating Bootstrap 5 forms based on models.
0
8
49