Laravel Fluent isEmpty and isNotEmpty Methods https://laravel-news.com/fluent-isempty
Laravel News
Laravel Fluent isEmpty and isNotEmpty Methods - Laravel News
Laravel's Fluent class now provides isEmpty and isNotEmpty methods for direct boolean checks on whether instances contain data, removing the need for array conversion or property inspection workarounds.
β€2π1
The Practical Guide to Laravel + Nova on OpenAI Codex Web https://laravel-news.com/the-practical-guide-to-laravel-nova-on-openai-codex-web
Laravel News
The Practical Guide to Laravel + Nova on OpenAI Codex Web - Laravel News
The Practical Guide to Laravel + Nova on OpenAI Codex Web Scripts, screenshots, and gotchas for secure private Composer auth in Codex environment containers.
β€3
Early Bird Tickets are out for Laracon EU - Secure Your Spot by Nov 22! https://laravel-news.com/laracon-eu-early-bird-tickets
Laravel News
Early Bird Tickets are out for Laracon EU - Secure Your Spot by Nov 22! - Laravel News
Early Bird tickets for Laracon EU are now available, but only until November 22nd.
β€4π€―1
Trying a new live preview: https://t.iss.one/iv?url=https://laravel-news.com/cache-smart-invalidation-laravel-in-practice-ep10&rhash=8fee474e8a1638
Laravel News
Cache Smart Invalidation - Laravel In Practice EP10
Your cache is fast, but it's lying. Laravel's flexible cache creates three keys per entry - and if you only clear one, stale metadata lingers. In this video, I show you how to build complete cache invalidation that clears both your memoization and flexibleβ¦
β€2π2π2π’1
Cloudflare Turnstile versus CSRF tokens https://t.iss.one/iv?url=https://laravel-news.com/cloudflare-turnstile-versus-csrf-tokens&rhash=8fee474e8a1638
Laravel News
Cloudflare Turnstile versus CSRF tokens
Discover how Laravel Shift improved load times and reached 98% page caching by replacing CSRF tokens with Cloudflare Turnstile on public forms. Learn how this approach boosts performance, reduces spam, and keeps pages cacheable in Laravel applications.
π2π1
Seems it didnβt work. π Here is the main link: https://laravel-news.com/cloudflare-turnstile-versus-csrf-tokens
Laravel News
Cloudflare Turnstile versus CSRF tokens - Laravel News
Discover how Laravel Shift improved load times and reached 98% page caching by replacing CSRF tokens with Cloudflare Turnstile on public forms. Learn how this approach boosts performance, reduces spam, and keeps pages cacheable in Laravel applications.
β€1
Cache Pre-warming Explained - Laravel In Practice EP11 https://t.iss.one/iv?url=https://laravel-news.com/cache-pre-warming-explained-laravel-in-practice-ep11&rhash=8fee474e8a1638
Laravel News
Cache Pre-warming Explained - Laravel In Practice EP11
Learn how to eliminate cold cache delays in Laravel by pre-warming your cache before users ever hit your app. This episode shows how to automate cache warming, integrate it into deployments, and achieve sub-millisecond response times every time.
β€4
All Talks for Wire:Live are Available on YouTube https://t.iss.one/iv?url=https://laravel-news.com/wirelive-videos-2025&rhash=8fee474e8a1638
Laravel News
All Talks for Wire:Live are Available on YouTube
Watch Livewire's 2025 Wire:Live conference talks on YouTube.
β€6
CodeRabbit raised $60M and celebrated with a hilarious short film https://t.iss.one/iv?url=https://laravel-news.com/coderabbit-raised-60m&rhash=8fee474e8a1638
Laravel News
CodeRabbit raised $60M and celebrated with a hilarious short film
CodeRabbit raised $60 million to expand its AI-powered code review platform and celebrated with a hilarious short film poking fun at runaway coding agents.
π―3π1
New Book: Laravel for the Rest of Us launches November 18, 2025 https://t.iss.one/iv?url=https://laravel-news.com/laravel-for-the-rest-of-us&rhash=8fee474e8a1638
Laravel News
New Book: Laravel for the Rest of Us launches November 18, 2025
Laravel for the Rest of Us by Pete Heslop launches November 18, 2025. The book helps non-developers understand Laravel with a foreword by Taylor Otwell. All profits go to Larabelles.
β€7
Authentication With Laravel and MongoDB https://t.iss.one/iv?url=https://laravel-news.com/authentication-with-laravel-and-mongodb&rhash=8fee474e8a1638
Laravel News
Authentication With Laravel and MongoDB
Set up user registration/login using MongoDB. Modify Laravelβs default user model to work with MongoDB. Store sessions and tokens in MongoDB.
π2π₯1
Cache Routes and Config During Testing in Laravel 12.38 https://t.iss.one/iv?url=https://laravel-news.com/laravel-12-38-0&rhash=8fee474e8a1638
Laravel News
Cache Routes and Config During Testing in Laravel 12.38
The Laravel team released version 12.38.0 this week, adding a WithCachedRoutes test trait, a WithCachedConfig test trait, a model prompt for the `model:show` command, and more.
β€1
Asset Cleaner Package for Laravel https://t.iss.one/iv?url=https://laravel-news.com/asset-cleaner-package-for-laravel&rhash=8fee474e8a1638
Laravel News
Asset Cleaner Package for Laravel
The Asset Cleaner package for Laravel safely detects and removes unused CSS, JS, and other assets from Laravel applications. It works seamlessly with Laravel, Vue, React, Inertia, and Livewire.
π9β€2
Track, Manage, and Monitor Queue Jobs with Vantage https://t.iss.one/iv?url=https://laravel-news.com/track-manage-and-monitor-queue-jobs-with-vantage&rhash=8fee474e8a1638
Laravel News
Track, Manage, and Monitor Queue Jobs with Vantage
Vantage is a Laravel package that tracks and monitors your queue jobs. This package automatically records job execution history, failures, and job retries and provides a simple web interface to view everything.
π₯5β€1
FYI: We are down from the cloudflare outage. Hopefully theyβll fix it soon. π
π14π’4π€£4π3β€2π±1
Modernizing Code with Rector - Laravel In Practice EP12 https://t.iss.one/iv?url=https://laravel-news.com/modernizing-code-with-rector-laravel-in-practice-ep12&rhash=8fee474e8a1638
Laravel News
Modernizing Code with Rector - Laravel In Practice EP12
Tired of manually updating outdated code patterns across your Laravel project? Rector PHP automatically transforms your codebase to modern Laravel 12 standards in seconds. In this episode, learn how to install Rector, apply Laravel specific rules, and upgradeβ¦
β€2π2
Separate your Cloudflare page cache with a middleware group https://t.iss.one/iv?url=https://laravel-news.com/separate-your-cloudflare-page-cache-with-a-middleware-group&rhash=8fee474e8a1638
Laravel News
Separate your Cloudflare page cache with a middleware group
Learn how Laravel Shift boosted its Cloudflare cache coverage from 6 percent to 98 percent by introducing a dedicated static middleware group that removes stateful behavior and safely defines which pages can be cached. This avoids hidden side effects fromβ¦
π12π€£6π3π€2
PHP 8.5 is released with the pipe operator, URI extension, new array functions, and more https://t.iss.one/iv?url=https://laravel-news.com/php-8-5-0&rhash=8fee474e8a1638
Laravel News
PHP 8.5 is released with the pipe operator, URI extension, new array functions, and more
The PHP team has released PHP 8.5 with the pipe operator, URI extension, new array functions, and more.
β€18π9