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
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.
❤17🎉9
Blade @hasStack Directive Added in Laravel 12.39 https://t.iss.one/iv?url=https://laravel-news.com/laravel-12-39-0&rhash=8fee474e8a1638
Laravel News
Blade @hasStack Directive Added in Laravel 12.39
The Laravel team released version 12.39.0 this week with a Blade @hasStack directive, a middleware filter for the route:list command, along with the latest type updates, fixes, and more.
👍5
Prevent Disposable Email Registrations with Email Utilities for Laravel https://t.iss.one/iv?url=https://laravel-news.com/email-utilities-for-laravel&rhash=8fee474e8a1638
Laravel News
Prevent Disposable Email Registrations with Email Utilities for Laravel
A small Laravel package that can be used for interacting with email addresses and preventing disposable email addresses.
Launch Your Dream SaaS Application with SaaSykit https://t.iss.one/iv?url=https://laravel-news.com/launch-your-dream-saas-application-with-saasykit&rhash=8fee474e8a1638
Laravel News
Launch Your Dream SaaS Application with SaaSykit
SaaSykit is a feature-rich SaaS Starter Kit that comes with all the essential components needed to run a modern SaaS app.
😁3🤮1
Laravel Black Friday Deals https://t.iss.one/iv?url=https://laravel-news.com/laravel-black-friday-deals-2025&rhash=8fee474e8a1638
Laravel News
Laravel Black Friday Deals
You can save huge amounts of money on everything from training courses to full applications. This year, we’ve compiled a list of all the hot sales.
PostgreSQL vs. MongoDB for Laravel: Choosing the Right Database https://t.iss.one/iv?url=https://laravel-news.com/postgresql-vs-mongodb-for-laravel-choosing-the-right-database&rhash=8fee474e8a1638
Laravel News
PostgreSQL vs. MongoDB for Laravel: Choosing the Right Database
In this deep dive, we compare PostgreSQL and MongoDB for Laravel developers, exploring how they differ in data modeling, queries, relationships, transactions, and scalability so you can decide when to use each or even combine both in your applications.