Boosting App Speed with Flexible Caching - Laravel In Practice EP8 https://laravel-news.com/boosting-app-speed-with-flexible-caching-laravel-in-practice-ep8
Laravel News
Boosting App Speed with Flexible Caching - Laravel In Practice EP8 - Laravel News
Stop making users wait for cache rebuilds. Laravel 12's flexible caching serves instant responses with stale data while refreshing in the background. Learn the stale-while-revalidate pattern that keeps your dashboard under 10ms even during cache updates.β¦
β€2
Blocking invalid requests to your Laravel application https://laravel-news.com/blocking-invalid-requests-to-your-laravel-application
Laravel News
Blocking invalid requests to your Laravel application - Laravel News
Stop wasting server resources on junk traffic. Learn how to block invalid requests to your Laravel app using Cloudflare rules, route whitelisting, and smart security practices.
π8β‘1
PHP Pie with James Titcumb https://laravel-news.com/php-pie-with-james-titcumb
Laravel News
PHP Pie with James Titcumb - Laravel News
Eric L. Barnes sits down with James Titcumb to discuss PHP Pie, a new project from the PHP Foundation aimed at modernizing how developers build and run PHP applications.
β€2
Interactively Search and Delete Cache Keys in Laravel with Cache UI https://laravel-news.com/cache-ui-for-laravel
Laravel News
Interactively Search and Delete Cache Keys in Laravel with Cache UI - Laravel News
The Cache UI package for Laravel provides an interactive CLI command to list, search, and delete individual cache keys without requiring the entire cache to be purged. It supports multiple cache drivers, including Redis, File, and Database.
β€1
Optimizing Queries with Memoization - Laravel In Practice EP9 https://laravel-news.com/optimizing-queries-with-memoization-laravel-in-practice-ep9
Laravel News
Optimizing Queries with Memoization - Laravel In Practice EP9 - Laravel News
Three identical cache calls is 24ms wasted. Cache::memo() stores results in memory during requests, turning repeated 8ms hits into instant lookups. Eliminate duplicate cache access with just a few lines.
β€4
Prevent Duplicate Files with the Dedupler Package for Laravel https://laravel-news.com/prevent-duplicate-files-dedupler-package-for-laravel
Laravel News
Prevent Duplicate Files with the Dedupler Package for Laravel - Laravel News
Dedupler is a Laravel package that automatically prevents duplicate files using SHA-1 hashing and provides a polymorphic API for managing your attachments.
Concurrency Control in Laravel 12.36, Inertia View Transitions https://laravel-news.com/laravel-12-36-0
Laravel News
Concurrency Control in Laravel 12.36, Inertia View Transitions - Laravel News
The Laravel team released version 12.36.0 this week, adding concurrency control for HTTP pool and batch methods, introducing two Eloquent collection methods, and more.
π₯3π1
MongoDB Transactions in Laravel https://laravel-news.com/mongodb-transactions-in-laravel
Laravel News
MongoDB Transactions in Laravel - Laravel News
Learn how to use MongoDBβs multi-document ACID transactions in Laravel to build fast, flexible, and reliable applications. This guide covers setup, real-world examples, best practices, and when to use transactions versus embedded documents.
π3π₯2β€βπ₯1
Define LLM JSON Schemas in Laravel With Forerunner https://laravel-news.com/define-llm-json-schemas-in-laravel-with-forerunner
Laravel News
Define LLM JSON Schemas in Laravel With Forerunner - Laravel News
Forerunner for Laravel is a package that provides a migration-inspired API for defining JSON schemas that ensure your LLM responses are perfectly structured every time.
π1
Inspect Composer and NPM Dependency Changes With Whatsdiff https://laravel-news.com/whatsdiff
Laravel News
Inspect Composer and NPM Dependency Changes With Whatsdiff - Laravel News
Whatsdiff is a CLI tool that shows what has changed in your project's dependencies after a composer update or an npm update.
β€2
Fix Static Analysis Issues Automatically with CodeKudu https://laravel-news.com/fix-static-analysis-issues-automatically-with-codekudu
Laravel News
Fix Static Analysis Issues Automatically with CodeKudu - Laravel News
CodeKudu helps busy Laravel teams like yours by automatically fixing static analysis issues across your codebase. Connect your GitHub repository, set your pull request preferences, and let us find and fix bugs across your app. Get started for free at codekudu.com.
β€4
Add Real Time Search to Your Laravel App in Minutes with SerpApi https://laravel-news.com/serpapi
Laravel News
Add Real Time Search to Your Laravel App in Minutes with SerpApi - Laravel News
Instantly access real-time search data from Google, Amazon, and more β directly inside your app with SerpApi. Build AI agents that retrieve fresh web answers, monitor trends, and more.
β€3π1
https://instantview.telegram.org/templates/laravel-news.com/
Please open Telegram to view this post
VIEW IN TELEGRAM
πΎ3β€βπ₯2π2π1
TikAPI SDK is PHP and Laravel Package for the TikAPI https://laravel-news.com/tikapi-sdk-is-php-and-laravel-package-for-the-tikapi
Laravel News
TikAPI SDK is PHP and Laravel Package for the TikAPI - Laravel News
The TikAPI SDK is a PHP and Laravel package for the unofficial TikTok API. This SDK provides a clean, scalable, and framework-agnostic wrapper for the TikAPIβmaking it easy to fetch TikTok data via PHP or Laravel.
β€βπ₯6π₯2π2
Cache Smart Invalidation - Laravel In Practice EP10 https://laravel-news.com/cache-smart-invalidation-laravel-in-practice-ep10
Laravel News
Cache Smart Invalidation - Laravel In Practice EP10 - Laravel News
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
Background Queue Connection in Laravel 12.37 https://laravel-news.com/laravel-12-37-0
Laravel News
Background Queue Connection in Laravel 12.37 - Laravel News
The Laravel team released version 12.37.0 this week, with new background queue driver, a Factory insert method, a ucwords() string method, and more.
π4β€2
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