Laravel News
@laravelnews.com
๐ค 5935
๐ฅ 106
๐ 1263
Your news source for the Laravel PHP Framework. Email us at
[email protected]
๐จ Supply chain attack on the Laravel Lang organization: The payload targets cloud creds, CI/CD secrets, Kubernetes tokens, Vault, browser data, password managers, SSH keys, and more.
about 21 hours ago
0
5
1
Simple Feature Flags for Laravel with Laravel Toggle posted by
@ylynfatt.bsky.social
laravel-news.com/simple-featu...
loading . . .
Simple Feature Flags for Laravel with Laravel Toggle - Laravel News
Laravel Toggle is a lightweight feature flag package for Laravel that controls global on/off switches through environment variables, the database, or both.
https://laravel-news.com/simple-feature-flags-for-laravel-with-laravel-toggle
2 days ago
0
4
1
Manage Laravel Cloud Deployments Inside PhpStorm posted by
@ericlbarnes.com
laravel-news.com/manage-larav...
loading . . .
Manage Laravel Cloud Deployments Inside PhpStorm - Laravel News
PhpStorm just shipped a new Laravel tool window that lets you manage and troubleshoot Laravel Cloud deployments without leaving the IDE.
https://laravel-news.com/manage-laravel-cloud-deployments-inside-phpstorm
3 days ago
0
0
0
Piper: Laravel-Style Array and String Helpers for PHP's Pipe Operator
laravel-news.com/piper-larave...
loading . . .
Piper: Laravel-Style Array and String Helpers for PHP's Pipe Operator - Laravel News
Piper is a Spatie package that ports Laravel's collection and string methods to standalone functions built for PHP 8.5's pipe operator.
https://laravel-news.com/piper-laravel-style-array-and-string-helpers-for-phps-pipe-operator
3 days ago
0
0
0
Use a Google Sheet as Your Laravel Database with the Google Sheets Database Driver posted by
@ylynfatt.bsky.social
laravel-news.com/use-a-google...
loading . . .
Use a Google Sheet as Your Laravel Database with the Google Sheets Database Driver - Laravel News
Laravel Google Sheets Database Driver let's you register Google Sheets as a database connection, so Eloquent and migrations can read and write directly to a spreadsheet.
https://laravel-news.com/use-a-google-sheet-as-your-laravel-database-with-the-google-sheets-database-driver
4 days ago
0
2
0
Laravel's AI SDK adds sub-agents posted by
@ericlbarnes.com
laravel-news.com/laravels-ai-...
loading . . .
Laravel's AI SDK adds sub-agents - Laravel News
Laravel's AI SDK now lets you hand off agents as tools to other agents, turning the SDK into a proper orchestration layer.
https://laravel-news.com/laravels-ai-sdk-adds-sub-agents
4 days ago
0
1
0
Storage Cache Store in Laravel 13.10.0
laravel-news.com/laravel-13-1...
loading . . .
Storage Cache Store in Laravel 13.10.0 - Laravel News
Laravel 13.10.0 adds a filesystem-backed storage cache store, a --stop-when-empty-for queue worker option, a WorkerIdle event, schedule group lifecycle callbacks, Schema::hasForeignKey(), and more.
https://laravel-news.com/laravel-13-10-0
4 days ago
0
1
0
Laravel MongoDB Full-Text Search tutorial: The Art of the Relevancy
laravel-news.com/laravel-mong...
loading . . .
Laravel MongoDB Full-Text Search tutorial: The Art of the Relevancy - Laravel News
Laravel tutorial for full-text search with MongoDB Search: BM25 indexing, relevancy scoring, and field weighting to tune result quality.
https://laravel-news.com/laravel-mongodb-full-text-search-tutorial-the-art-of-the-relevancy
4 days ago
0
3
0
Drag-and-Drop Sorting for Eloquent Models with Reorderable for Laravel
laravel-news.com/drag-and-dro...
loading . . .
Drag-and-Drop Sorting for Eloquent Models with Reorderable for Laravel - Laravel News
Laravel Reorderable adds drag-and-drop sorting to Eloquent models with Blade and Livewire UI components, grouped reordering, and an artisan generator to get set up quickly.
https://laravel-news.com/drag-and-drop-sorting-for-eloquent-models-with-reorderable-for-laravel
5 days ago
0
2
0
Ship AI with Laravel: Real-Time Streaming Chat UI with Livewire posted by
@harrisrafto.eu
laravel-news.com/ship-ai-with...
loading . . .
Ship AI with Laravel: Real-Time Streaming Chat UI with Livewire - Laravel News
The agent's been talking to us through JSON. In this episode we build a real-time chat widget with Livewire, Alpine, and server-sent events so responses stream in word by word as the agent generates them. Same agent, same tools, just live.
https://laravel-news.com/ship-ai-with-laravel-real-time-streaming-chat-ui-with-livewire
5 days ago
0
1
1
Frontend Nation 2026 Returns June 3-4 with Laravel in the Lineup posted by
@ericlbarnes.com
laravel-news.com/frontend-nat...
loading . . .
Frontend Nation 2026 Returns June 3-4 with Laravel in the Lineup - Laravel News
Frontend Nation 2026 is back June 3-4 as a free, two-day online event covering web development and AI. Laravel is named in the framework lineup, with Pascal Baljet, Steve McDougall, and Vishal Rajpurohit among the speakers.
https://laravel-news.com/frontend-nation-2026-returns-june-3-4-with-laravel-in-the-lineup
6 days ago
0
1
0
Larapanda: A Type-Safe Lightpanda Browser SDK for Laravel
laravel-news.com/larapanda-a-...
loading . . .
Larapanda: A Type-Safe Lightpanda Browser SDK for Laravel - Laravel News
Larapanda wraps the Lightpanda headless browser in a type-safe Laravel SDK with named instance profiles, CLI/Docker runtime resolution, and adapters for the Laravel AI SDK and MCP server.
https://laravel-news.com/larapanda-a-type-safe-lightpanda-browser-sdk-for-laravel
9 days ago
0
1
1
Laravel Shopper: A Headless E-Commerce Admin Panel for Laravel posted by
@ylynfatt.bsky.social
laravel-news.com/laravel-shop...
loading . . .
Laravel Shopper: A Headless E-Commerce Admin Panel for Laravel - Laravel News
Laravel Shopper is an open-source headless e-commerce admin panel built on the TALL stack that handles your entire back-office while leaving the storefront entirely up to you.
https://laravel-news.com/laravel-shopper-a-headless-e-commerce-admin-panel-for-laravel
9 days ago
0
2
1
๐๏ธ Just published a new episode of Laravel News Podcast: Interruptible Jobs, Queue-wide Inspections, and Idempotency. Have a listen:
loading . . .
Interruptible Jobs, Queue-wide Inspections, and Idempotency
Jake and Michael discuss all the latest Laravel releases, tutorials, and...
https://share.transistor.fm/s/5ca37d94
10 days ago
0
0
0
Generate HTML Password Rules Attribute in Laravel 13.9.0
laravel-news.com/laravel-13-9
loading . . .
Generate HTML Password Rules Attribute in Laravel 13.9.0 - Laravel News
Laravel 13.9.0 adds a method to generate HTML passwordrules attributes from your Password validation rule, Cloud queue metrics, optional disk storage for large SQS payloads, Concurrency run timeouts, PendingDispatch conditionable support, and more.
https://laravel-news.com/laravel-13-9-0
10 days ago
0
1
0
DHH Joins Laravel Live Denmark 2026 for Fireside Chat with Taylor Otwell posted by
@ericlbarnes.com
laravel-news.com/dhh-joins-la...
loading . . .
DHH Joins Laravel Live Denmark 2026 for Fireside Chat with Taylor Otwell - Laravel News
Laravel Live Denmark announced this week that David Heinemeier Hansson (DHH), creator of Ruby on Rails, will appear on stage at the 2026 event in Copenhagen.
https://laravel-news.com/dhh-joins-laravel-live-denmark-2026-for-fireside-chat-with-taylor-otwell
11 days ago
1
5
1
Chevere Workflow: A Declarative PHP Workflow Engine with Async Job Execution posted by
@ylynfatt.bsky.social
laravel-news.com/chevere-work...
loading . . .
Chevere Workflow: A Declarative PHP Workflow Engine with Async Job Execution - Laravel News
Chevere Workflow lets you define complex multi-step pipelines in PHP declaratively, handling dependency resolution, parallel execution, and conditional logic automatically.
https://laravel-news.com/chevere-workflow
11 days ago
0
3
0
Model-Based Scheduling for Laravel with Cadence posted by
@ylynfatt.bsky.social
laravel-news.com/model-based-...
loading . . .
Model-Based Scheduling for Laravel with Cadence - Laravel News
Cadence is a Laravel package that attaches cron or RRULE schedules directly to your Eloquent models and fires events when they're due.
https://laravel-news.com/model-based-scheduling-for-laravel-with-cadence
11 days ago
0
4
1
Laravel Introduces First-Party Passkey Authentication Support posted by
@ericlbarnes.com
laravel-news.com/laravel-intr...
loading . . .
Laravel Introduces First-Party Passkey Authentication Support - Laravel News
Laravel released a new first-party passkey authentication package with WebAuthn support for Face ID, Touch ID, Windows Hello, and security keys.
https://laravel-news.com/laravel-introduces-first-party-passkey-authentication-support
12 days ago
0
5
1
Scrollbar Styling and Container Size Utilities in Tailwind CSS v4.3.0
laravel-news.com/scrollbar-st...
loading . . .
Scrollbar Styling and Container Size Utilities in Tailwind CSS v4.3.0 - Laravel News
Tailwind CSS v4.3.0 adds first-class scrollbar styling, a new @container-size utility, and expanded @variant syntax for more flexible custom CSS.
https://laravel-news.com/scrollbar-styling-and-container-size-utilities-in-tailwind-css-v430
12 days ago
0
5
1
Attach Addresses to Any Eloquent Model with Laravel Addressable posted by
@ylynfatt.bsky.social
laravel-news.com/attach-addre...
loading . . .
Attach Addresses to Any Eloquent Model with Laravel Addressable - Laravel News
Laravel Addressable is a package that adds polymorphic address management to any Eloquent model, with built-in billing and shipping traits, a JSON meta column, and full geospatial support.
https://laravel-news.com/attach-addresses-to-any-eloquent-model-with-laravel-addressable
13 days ago
0
5
1
Generate Livewire Skeleton Placeholders Automatically with Wirebones
laravel-news.com/generate-liv...
loading . . .
Generate Livewire Skeleton Placeholders Automatically with Wirebones - Laravel News
Wirebones is a Laravel package by Felipe Martins that captures your rendered Livewire components in headless Chromium and turns them into skeleton placeholders for Livewire's lazy loading.
https://laravel-news.com/generate-livewire-skeleton-placeholders-automatically-with-wirebones
16 days ago
0
2
0
Laravel ClickHouse: A Full-Featured ClickHouse Driver for Laravel
laravel-news.com/laravel-clic...
loading . . .
Laravel ClickHouse: A Full-Featured ClickHouse Driver for Laravel - Laravel News
Laravel ClickHouse brings Eloquent models, a Query Builder, and a Schema Builder to ClickHouse, including support for FINAL, ARRAY JOIN, concurrent queries, and Laravel migrations.
https://laravel-news.com/laravel-clickhouse-a-full-featured-clickhouse-driver-for-laravel
17 days ago
0
2
0
Laravel Installer Now Returns JSON When Running Inside an AI Agent
laravel-news.com/laravel-inst...
loading . . .
Laravel Installer Now Returns JSON When Running Inside an AI Agent - Laravel News
As of v5.27.0, the Laravel installer detects when it's running inside an AI coding agent and emits structured JSON output instead of interactive prompts.
https://laravel-news.com/laravel-installer-now-returns-json-when-running-inside-an-ai-agent
18 days ago
1
3
0
๐ Laravel Cloud is having a virtual event next week: Laravel is hosting a session with the TRYBE team about migrating a SaaS app doing 500M requests/month to Laravel Private Cloud with zero downtime. โข hybrid infrastructure โข path-based routing โข scaling challenges
luma.com/ge1x8lah
loading . . .
One Domain, Many Apps: Migrating a Hybrid Architecture to Laravel Cloud ยท Zoom ยท Luma
This is a virtual event Most infrastructure demos show you a clean app. This one doesn't. Join Devon from the Laravel Cloud team and Dan Johnson, Head ofโฆ
https://luma.com/ge1x8lah
18 days ago
0
3
1
Queue-Wide Inspection Methods in Laravel 13.8.0
laravel-news.com/laravel-13-8
loading . . .
Queue-Wide Inspection Methods in Laravel 13.8.0 - Laravel News
Laravel 13.8.0 adds methods for inspecting jobs across all queues at once, plus worker pause/resume events, assertSessionMissingInput(), SortDirection enum support in query builder, and more.
https://laravel-news.com/laravel-13-8-0
18 days ago
0
0
0
Verifiable Audit Logging with Laravel Chronicle posted by
@ylynfatt.bsky.social
laravel-news.com/verifiable-a...
loading . . .
Verifiable Audit Logging with Laravel Chronicle - Laravel News
Laravel Chronicle records your application's audit history in an append-only ledger that you can prove hasn't been touched.
https://laravel-news.com/verifiable-audit-logging-with-laravel-chronicle
18 days ago
0
1
1
Ship AI with Laravel: Search Entire PDFs with Zero Search Logic posted by
@harrisrafto.eu
laravel-news.com/ship-ai-with...
loading . . .
Ship AI with Laravel: Search Entire PDFs with Zero Search Logic - Laravel News
Last episode we built semantic search from scratch. This time we let the AI provider host the vector store and handle the search. Upload PDFs, full policy docs, or markdown files, and the agent queries them through the SDK's FileSearch tool with no search logic on our side.
https://laravel-news.com/ship-ai-with-laravel-search-entire-pdfs-with-zero-search-logic
18 days ago
0
2
1
Personalized Content Delivery System: Building an AI-powered recommendation engine with Laravel and MongoDB
laravel-news.com/personalized...
loading . . .
Personalized Content Delivery System: Building an AI-powered recommendation engine with Laravel and MongoDB - Laravel News
Build an AI-powered content recommendation engine in Laravel using MongoDB Atlas Vector Search and Hugging Face embeddings to suggest related blog posts based on meaning, not keywords.
https://laravel-news.com/personalized-content-delivery-system-building-an-ai-powered-recommendation-engine-with-laravel-and-mongodb
18 days ago
0
0
0
Laravel Brain: Visualize Your Application's Request Lifecycle
laravel-news.com/laravel-brai...
loading . . .
Laravel Brain: Visualize Your Application's Request Lifecycle - Laravel News
Laravel Brain analyzes your Laravel codebase and renders an interactive graph showing how routes, controllers, services, models, jobs, and events connect.
https://laravel-news.com/laravel-brain-visualize-your-applications-request-lifecycle
19 days ago
0
3
0
Laravel Schema Sentinel: Detect and Fix Database Schema Drift
laravel-news.com/laravel-sche...
loading . . .
Laravel Schema Sentinel: Detect and Fix Database Schema Drift - Laravel News
Laravel Schema Sentinel is a package that compares your migration files against your live database to surface discrepancies like missing columns, changed types, dropped indexesโand generate corrective migrations.
https://laravel-news.com/laravel-schema-sentinel-detect-and-fix-database-schema-drift
23 days ago
0
2
2
๐๏ธ Just published a new episode of Laravel News Podcast: Debounceable jobs, Pest sharding, and API starter kits. Have a listen:
loading . . .
Debounceable jobs, Pest sharding, and API starter kits
Jake and Michael discuss all the latest Laravel releases, tutorials, and...
https://share.transistor.fm/s/323c500d
24 days ago
0
1
0
RedBerry to Host Georgia's First Laravel Meetup in Tbilisi posted by
@ericlbarnes.com
laravel-news.com/redberry-to-...
loading . . .
RedBerry to Host Georgia's First Laravel Meetup in Tbilisi - Laravel News
The Laravel community continues to expand globally, and now itโs reaching the South Caucasus. On May 14th, the first official Laravel meetup in Tbilisi, Georgia will take place, hosted by RedBerry
https://laravel-news.com/redberry-to-host-georgias-first-laravel-meetup-in-tbilisi
25 days ago
0
2
0
Interruptible Jobs in Laravel 13.7.0
laravel-news.com/laravel-13-7
loading . . .
Interruptible Jobs in Laravel 13.7.0 - Laravel News
Laravel 13.7.0 adds the Interruptible interface for jobs to respond to worker signals, plus the @fonts Blade directive for Vite font optimization, bulk JSON path assertions in TestResponse, SortDirection enum support, and more.
https://laravel-news.com/laravel-13-7-0
25 days ago
0
1
0
A Free Shift to Check If Your App is Ready for Laravel Cloud posted by
@ericlbarnes.com
laravel-news.com/a-free-shift...
loading . . .
A Free Shift to Check If Your App is Ready for Laravel Cloud - Laravel News
One of the biggest questions developers ask before migrating to Laravel Cloud is a simple one: will my app just work? Until recently, the only way to answer it was to read the docs, audit your dependencies by hand, or reach out to support.
https://laravel-news.com/a-free-shift-to-check-if-your-app-is-ready-for-laravel-cloud
26 days ago
0
0
0
Laravel Idempotency: HTTP Idempotency Middleware for Laravel
laravel-news.com/laravel-idem...
loading . . .
Laravel Idempotency: HTTP Idempotency Middleware for Laravel - Laravel News
Laravel Idempotency is a package by Wendell Adriel that adds HTTP idempotency to Laravel routes, replaying cached responses for duplicate requests and protecting against in-flight collisions.
https://laravel-news.com/laravel-idempotency-http-idempotency-middleware-for-laravel
26 days ago
0
1
0
Polyscope for Windows is Now Available posted by
@ericlbarnes.com
laravel-news.com/polyscope-fo...
loading . . .
Polyscope for Windows is Now Available - Laravel News
Polyscope is now available for Windows, bringing the same app and architecture as the macOS version to Windows users.
https://laravel-news.com/polyscope-for-windows-is-now-available
26 days ago
0
1
0
Laravel Sluggable posted by
@ylynfatt.bsky.social
laravel-news.com/laravel-slug...
loading . . .
Laravel Sluggable - Laravel News
Laravel Sluggable is an opinionated take on automatic slug generation for Eloquent models
https://laravel-news.com/laravel-sluggable
27 days ago
0
2
1
Ship AI with Laravel: RAG with Embeddings and pgvector in Laravel 13 posted by
@harrisrafto.eu
laravel-news.com/ship-ai-with...
loading . . .
Ship AI with Laravel: RAG with Embeddings and pgvector in Laravel 13 - Laravel News
Your agent looks up orders and remembers conversations but invents policies when customers ask about returns or shipping. In this episode we build a searchable knowledge base with embeddings and pgvector so the answers come from real documentation.
https://laravel-news.com/ship-ai-with-laravel-rag-with-embeddings-and-pgvector-in-laravel-13
27 days ago
0
3
2
Laravel Mobile Pass: Generate Apple Wallet and Google Wallet Passes
laravel-news.com/laravel-mobi...
loading . . .
Laravel Mobile Pass: Generate Apple Wallet and Google Wallet Passes - Laravel News
Spatie's Laravel Mobile Pass package lets you generate and push live updates to Apple Wallet and Google Wallet passes directly from your Laravel app.
https://laravel-news.com/laravel-mobile-pass-generate-apple-wallet-and-google-wallet-passes
30 days ago
0
5
0
PHPverse 2026 Returns June 9th
laravel-news.com/phpverse-202...
loading . . .
PHPverse 2026 Returns June 9th - Laravel News
The free online PHP conference is back with talks from Jeffrey Way, Fabien Potencier, Nils Adermann, and more.
https://laravel-news.com/phpverse-2026-returns-june-9th
about 1 month ago
0
0
0
LLPhant: A PHP Generative AI Framework Inspired by LangChain
laravel-news.com/llphant-a-ph...
loading . . .
LLPhant: A PHP Generative AI Framework Inspired by LangChain - Laravel News
LLPhant is a PHP framework for building Generative AI applications with support for multiple LLM providers, embeddings, vector stores, and RAG capabilities.
https://laravel-news.com/llphant-a-php-generative-ai-framework-inspired-by-langchain
about 1 month ago
0
3
0
Laravel API Starter Kits Are Coming Soon! posted by
@ericlbarnes.com
laravel-news.com/laravel-api-...
loading . . .
Laravel API Starter Kits Are Coming Soon! - Laravel News
Laravel API starter kits are officially on the way.
https://laravel-news.com/laravel-api-starter-kits-are-coming-soon
about 1 month ago
0
2
0
Debounceable Queued Jobs in Laravel 13.6.0
laravel-news.com/laravel-13-6
loading . . .
Debounceable Queued Jobs in Laravel 13.6.0 - Laravel News
Laravel 13.6.0 introduces debounceable queued jobs, JSON support for the built-in health route, a new JsonFormatter, Cloudflare Email Service support, and more.
https://laravel-news.com/laravel-13-6-0
about 1 month ago
0
2
0
Build Custom Middleware for Query Performance Monitoring and Optimization in Laravel with MongoDB
laravel-news.com/custom-middl...
loading . . .
Build Custom Middleware for Query Performance Monitoring and Optimization in Laravel with MongoDB - Laravel News
Learn how to build a lightweight query performance monitoring system using Laravel middleware and MongoDB's PHP driver command subscriber to track slow database operations.
https://laravel-news.com/custom-middleware-for-query-performance-monitoring-and-optimization-in-laravel-with-mongodb
about 1 month ago
0
2
0
An Opinionated Agent Skill for Building REST APIs in Laravel posted by
@ylynfatt.bsky.social
laravel-news.com/an-opinionat...
loading . . .
An Opinionated Agent Skill for Building REST APIs in Laravel - Laravel News
An opinionated agent skill that encodes production-ready patterns for building REST APIs in Laravel 13+.
https://laravel-news.com/an-opinionated-agent-skill-for-building-rest-apis-in-laravel
about 1 month ago
0
3
1
Launch Your Dream SaaS Application with SaaSykit
laravel-news.com/launch-your-...
loading . . .
Launch Your Dream SaaS Application with SaaSykit - Laravel News
SaaSykit is a feature-rich SaaS Starter Kit that comes with all the essential components needed to run a modern SaaS app.
https://laravel-news.com/launch-your-dream-saas-application-saasykit
about 1 month ago
0
5
0
Launch Your Dream SaaS Application with SaaSykit
laravel-news.com/launch-your-...
loading . . .
Launch Your Dream SaaS Application with SaaSykit - Laravel News
SaaSykit is a feature-rich SaaS Starter Kit that comes with all the essential components needed to run a modern SaaS app.
https://laravel-news.com/launch-your-dream-saas-application-saasykit
about 1 month ago
0
0
0
Generate, Parse, and Convert Documents in PHP with Paperdoc posted by
@ylynfatt.bsky.social
laravel-news.com/paperdoc
loading . . .
Generate, Parse, and Convert Documents in PHP with Paperdoc - Laravel News
A zero-dependency PHP library for generating, parsing, and converting documents โ PDF, HTML, CSV, DOCX, XLSX, PPTX, Markdown and more.
https://laravel-news.com/paperdoc
about 1 month ago
0
2
1
PAO by Nuno Maduro is a dev tool that detects when your tests are running inside an AI agent โ and replaces the normal test runner output with compact JSON. The result is a fraction of the token count, with no change to how you run your tests.
laravel-news.com/pao-agent-op...
loading . . .
about 1 month ago
1
2
1
Load more
feeds!
log in