Laravel is a web ecosystem full of delightful tools that are supercharged for developer happiness and productivity.
Followers
11,021
Total Stars
222,397
Packages
84
Monthly Downloads
167,190,879
Avg Score
31.1
Packages w/ Vulns
0
Recorded values over time (once-a-day snapshots). Aug 23, 2026 – Sep 21, 2026
Total stars
Monthly downloads
Followers
|
|
Description
|
|
30 days
GitHub star count over the last 30 days (daily snapshots).
|
|
|
License
|
|
|
|---|---|---|---|---|---|---|---|---|
| laravel/laravel | Laravel is a PHP web application framework with expressive syntax and batteries-included tooling: fast routing, DI container, Eloquent ORM, migrations, queues, caching/sessions, and real-time broadcasting—built to scale from small apps to large systems. | 84,880 |
+47
|
72.6 | 15.3 | — | 3 weeks ago | |
| laravel/framework | Laravel’s core framework code for building modern PHP web apps with elegant syntax. Includes fast routing, a powerful DI container, sessions and caching, database migrations, queues for jobs, and real-time event broadcasting. | 34,885 |
+11
|
94.9 | 72.6 | MIT | 3 weeks ago | |
| laravel/lumen | Laravel Lumen is a fast PHP micro-framework for building web apps and APIs with elegant syntax. It includes routing, database abstraction, queues, and caching. Note: the Laravel team now recommends starting new projects with Laravel instead. | 7,571 |
-1
|
20.2 | 1.5 | — | 3 years ago | |
| laravel/tinker | Laravel Tinker provides an interactive REPL (powered by PsySH) for Laravel applications. Quickly run PHP and Artisan code, inspect models and services, and debug in a live console with your app’s full context loaded. | 7,441 |
+2
|
51.4 | 49.8 | MIT | 5 months ago | |
| laravel/socialite | Laravel Socialite provides a fluent OAuth authentication interface for Laravel, with built-in drivers for Bitbucket, Facebook, GitHub, GitLab, Google, LinkedIn, Slack, Twitch, and X. Handles the boilerplate for social login and user retrieval. | 5,746 |
-1
|
71.6 | 47.7 | MIT | 3 weeks ago | |
| laravel/telescope | Laravel Telescope is an elegant debug assistant for Laravel, showing rich insight into requests, exceptions, logs, database queries, jobs, mail, notifications, cache, scheduled tasks, and more—ideal for local development and troubleshooting. | 5,218 |
+4
|
70.1 | 44.2 | MIT | 1 month ago | |
| laravel/horizon | Laravel Horizon adds a beautiful dashboard and code-driven configuration for Laravel Redis queues. Monitor throughput, runtime, and failures, manage workers and supervisors from a single config file, and keep queue operations visible and maintainable. | 4,166 |
+3
|
72.7 | 55.1 | MIT | 1 month ago | |
| laravel/jetstream | Laravel Jetstream is a starter kit for Laravel 11.x and earlier, providing a ready-made application foundation with common auth and account features. For newer starter kits, see https://laravel.com/starter-kits. | 4,060 |
+3
|
60.3 | 35.2 | MIT | 4 months ago | |
| laravel/octane | Laravel Octane supercharges Laravel by keeping your app in memory and serving requests via high-performance servers like FrankenPHP, RoadRunner, Swoole, and Open Swoole. Boot once, handle many requests fast for lower latency and higher throughput. | 4,038 |
+2
|
62.9 | 43.8 | MIT | 1 month ago | |
| laravel/homestead | Laravel Homestead is an official, pre-packaged Vagrant box that provides a complete local development environment for Laravel and PHP. It includes common tools and services, supports multiple projects, and runs consistently across macOS, Windows, and Linux. | 3,878 |
+1
|
24.0 | 13.2 | MIT | 2 years ago | |
| laravel/boost | Laravel Boost accelerates AI-assisted Laravel development by supplying the context, conventions, and structure AI needs to generate high-quality, framework-specific code and suggestions, helping teams build faster while staying aligned with Laravel best practices. | 3,597 |
+12
|
70.3 | 62.6 | MIT | 3 weeks ago | |
| laravel/passport | Laravel Passport provides a full OAuth2 server for Laravel, enabling API authentication with access tokens, personal access tokens, and client credentials. Includes token issuing, revocation, and scope support with first-party integration. | 3,415 |
+1
|
64.2 | 48.9 | MIT | 1 month ago | |
| laravel/pint | Laravel Pint is an opinionated PHP code style fixer for minimalists. Built on PHP-CS-Fixer, it makes it easy to keep your Laravel and PHP projects clean and consistent with a simple, standardized formatting workflow. | 3,154 |
+1
|
53.6 | 57.6 | MIT | 1 month ago | |
| laravel/breeze | Laravel Breeze is a minimal, simple authentication starter kit for Laravel 11.x and earlier. It provides login, registration, password reset, email verification, and basic scaffolding to kickstart new apps. | 3,052 |
|
55.1 | 43.5 | MIT | 4 months ago | |
| laravel/airlock | Laravel Sanctum (formerly Airlock) offers lightweight authentication for Laravel SPAs and simple APIs. Use cookie-based session auth for first-party SPAs or issue API tokens for mobile apps and third-party clients, with minimal setup and seamless Laravel integration. | 2,978 |
+1
|
53.2 | 1.1 | MIT | 2 months ago | |
| laravel/sanctum | Laravel Sanctum is a lightweight authentication package for Laravel, designed for SPAs and simple APIs. It supports secure session-based auth for first-party SPAs and personal access tokens for API clients with minimal setup. | 2,978 |
+1
|
53.2 | 55.4 | MIT | 2 months ago | |
| laravel/ui | Legacy Laravel package that adds Bootstrap, Vue, or React frontend scaffolding and simple auth (login/registration) via Artisan (php artisan ui ... --auth). Works with modern Laravel, but Breeze or Jetstream are recommended for new apps. | 2,723 |
|
48.7 | 47.0 | MIT | 6 months ago | |
| laravel/valet | Laravel Valet is a lightweight macOS development environment for Laravel and PHP. It runs Nginx automatically, uses DnsMasq to route *.test domains to local sites, avoids Vagrant and /etc/hosts edits, and can share sites via tunnels. | 2,597 |
|
48.1 | 3.2 | MIT | 6 months ago | |
| laravel/cashier | Laravel Cashier (Stripe) adds a fluent, expressive API for subscription billing in Laravel. Manage subscriptions, coupons, plan swaps, quantities, cancellation grace periods, and invoice PDF generation—without writing boilerplate billing code. | 2,543 |
+2
|
62.1 | 50.7 | MIT | 1 month ago | |
| laravel/dusk | Laravel Dusk is Laravel’s browser automation and testing tool, offering an expressive API for end-to-end tests. It runs with a bundled standalone ChromeDriver by default (no Selenium or JDK required), but can use other Selenium drivers if needed. | 1,944 |
|
44.1 | 43.2 | MIT | 5 months ago | |
| laravel/sail | Laravel Sail offers a Docker-powered local development environment for Laravel on macOS, Windows (WSL2), and Linux. With a simple CLI and no extra dependencies beyond Docker, it lets you spin up a full dev stack quickly—even without Docker experience. | 1,915 |
+1
|
61.7 | 62.8 | MIT | 1 month ago | |
| laravel/wayfinder | Generate fully typed TypeScript functions for your Laravel routes and controller methods. Wayfinder lets your frontend call endpoints like normal imports—no hardcoded URLs or manual param syncing. Works with Vite via @laravel/vite-plugin-wayfinder. | 1,815 |
+10
|
50.2 | 68.7 | MIT | 1 month ago | |
| laravel/fortify | Laravel Fortify is a frontend-agnostic authentication backend for Laravel. It provides registration, login, password reset, email verification, and two-factor authentication endpoints and features used by Laravel starter kits, while letting you build your own UI. | 1,756 |
+1
|
51.5 | 55.8 | MIT | 3 weeks ago | |
| laravel/pulse | Laravel Pulse is a real-time performance monitoring tool for Laravel. It provides a dashboard to track application health and key metrics, helping you identify bottlenecks and issues quickly in development and production environments. | 1,714 |
+1
|
44.4 | 48.6 | MIT | 3 weeks ago | |
| laravel/scout | Laravel Scout adds driver-based full-text search to Eloquent models, automatically syncing model changes to your search indexes. Supports Algolia, Meilisearch, and Typesense for fast, scalable searching in Laravel apps. | 1,676 |
|
50.4 | 52.6 | MIT | 1 month ago | |
| laravel/envoy | Laravel Envoy is a lightweight SSH task runner for defining and executing remote server tasks using a clean Blade-style syntax. Ideal for deployments, running Artisan commands, and other repeatable server automation workflows across multiple hosts. | 1,615 |
+1
|
34.3 | 29.1 | MIT | 5 months ago | |
| laravel/reverb | Laravel Reverb adds real-time WebSocket support to Laravel applications, enabling event broadcasting and live updates via a first-party server. Designed to integrate with Laravel’s broadcasting features for fast, reliable real-time communication. | 1,606 |
+3
|
43.4 | 56.0 | MIT | 1 month ago | |
| laravel/lumen-framework | Core kernel code for Laravel Lumen, the fast PHP micro-framework. Provides the foundation for routing, database abstraction, queues, caching, and more. For building apps, use the main Lumen repository; docs at lumen.laravel.com. | 1,509 |
+2
|
24.7 | 30.2 | MIT | 1 year ago | |
| laravel/ai | Laravel AI SDK for a unified, Laravel-friendly API across providers like OpenAI, Anthropic, and Gemini. Build agents with tools and structured output, generate images, synthesize/transcribe audio, create embeddings, and more—all through one consistent interface. | 1,128 |
+19
|
61.2 | 74.2 | MIT | 1 month ago | |
| laravel/pail | Laravel Pail tails your Laravel app’s logs in a sleek, interactive CLI. Works with any log driver (including Sentry and Flare) and includes handy filters to quickly find the messages you need while developing. | 926 |
+2
|
26.8 | 62.4 | MIT | 3 months ago | |
| laravel/slack-notification-channel | Official Laravel notification channel for sending rich Slack messages via webhooks. Integrates with Laravel’s Notifications system, supports attachments/blocks, and works seamlessly with queues and notifiables for app alerts and updates. | 894 |
+2
|
34.2 | 54.4 | MIT | 1 month ago | |
| laravel/react-starter-kit | Modern Laravel + React starter kit powered by Inertia. Includes React 19, TypeScript, Tailwind, shadcn/ui and Radix UI components, plus fast Vite builds. Ideal for SPA-like apps using classic Laravel routing and controllers. | 884 |
+2
|
17.1 | 20.3 | — | 1 year ago | |
| laravel/installer | Laravel Installer is the official command-line tool for creating new Laravel applications. Install globally via Composer and run laravel new to scaffold a fresh project quickly, with the latest framework version and starter setup. | 882 |
+1
|
50.0 | 36.0 | MIT | 3 weeks ago | |
| laravel/helpers | Backwards-compatibility package that restores Laravel 5.8 global helper functions for newer Laravel versions. Useful when upgrading legacy apps; helpers map to modern Arr and Str methods. Not accepting new helpers. | 808 |
+1
|
21.6 | 48.8 | MIT | 6 months ago | |
| laravel/mcp | Build MCP servers inside Laravel so AI clients can safely interact with your app via the Model Context Protocol. Includes tools to expose app capabilities, run requests, and integrate quickly using Laravel’s conventions and docs. | 805 |
+2
|
40.1 | 62.4 | MIT | 1 month ago | |
| laravel/vonage-notification-channel | Official Laravel notification channel for sending SMS via Vonage (formerly Nexmo). Integrates with Laravel’s Notifications system to deliver text messages to notifiable users using your Vonage credentials and configuration. | 755 |
+1
|
21.2 | 36.2 | MIT | 6 months ago | |
| laravel/nexmo-notification-channel | Laravel Vonage (Nexmo) Notification Channel adds SMS support to Laravel notifications via Vonage. Configure credentials, define a toVonage method on notifications, and send messages to users through the built-in notification system. | 755 |
+1
|
21.2 | 28.5 | MIT | 6 months ago | |
| laravel/prompts | Laravel Prompts adds beautiful, user-friendly interactive forms to PHP CLIs, with browser-like UX such as placeholders and validation. Ideal for Laravel Artisan commands, but works in any command-line PHP project. | 722 |
+1
|
40.5 | 65.8 | MIT | 3 weeks ago | |
| laravel/pao | Agent-optimized output for PHP tools. Detects AI agents (Claude Code, Cursor, Devin, Gemini CLI, etc.) and replaces verbose PHPUnit/Pest/Paratest/PHPStan/Rector and Laravel Artisan output with minimal structured JSON (and cleaner Artisan text). Zero config; human terminal output unchanged. | 687 |
+3
|
30.2 | 61.1 | MIT | 1 month ago | |
| laravel/vue-starter-kit | Modern Laravel + Vue 3 starter kit powered by Inertia for SPA-like apps with server-side routing. Includes TypeScript, Tailwind CSS, Vite, Composition API, and shadcn-vue components—ideal for quickly bootstrapping a full-stack Laravel app. | 645 |
-1
|
12.5 | 18.2 | — | 1 year ago | |
| laravel/serializable-closure | Securely serialize and unserialize PHP closures with Laravel’s fork of opis/closure 3.x, updated for modern PHP without requiring FFI. Wrap closures in SerializableClosure, set a secret key for signing, serialize safely, then restore with getClosure(). | 608 |
+1
|
35.2 | 64.9 | MIT | 3 weeks ago | |
| laravel/folio | Laravel Folio is a page-based router for Laravel that lets you define routes by creating files, keeping routing simple and organized. Ideal for building pages quickly with less boilerplate, backed by official Laravel documentation and support. | 605 |
+1
|
33.9 | 32.6 | MIT | 1 month ago | |
| laravel/pennant | Laravel Pennant is a simple, lightweight feature flag library for Laravel. Define and evaluate feature toggles, control rollouts, and experiment safely across environments. Official docs available at laravel.com/docs/pennant. | 591 |
+1
|
35.3 | 54.7 | MIT | 1 month ago | |
| laravel/forge-sdk | Laravel Forge SDK for PHP. Manage Forge API v2 resources with an expressive interface: organizations, servers, sites, recipes, and more. Supports paginated results via CursorPaginator. Requires an organization slug for all endpoints. | 576 |
+1
|
33.6 | 33.5 | MIT | 2 months ago | |
| laravel/livewire-starter-kit | Modern Laravel starter kit powered by Livewire 4 for reactive UIs in PHP. Includes TypeScript, Tailwind CSS, and Flux UI components, giving a solid foundation for building dynamic apps with Blade—without a JavaScript SPA framework. | 519 |
+1
|
10.2 | 20.9 | — | 1 year ago | |
| laravel/browser-kit-testing | Fluent BrowserKit-style testing for Laravel apps: make HTTP requests, navigate pages, assert response content, and interact with forms in functional tests. Install as a dev dependency and extend Laravel\BrowserKitTesting\TestCase to get started. | 516 |
+1
|
24.2 | 38.6 | MIT | 6 months ago | |
| laravel/vapor-core | Core runtime and service providers for running Laravel on Vapor (AWS Lambda). Handles serverless bootstrapping and integrations like queues, databases, Redis, networking, and CDN, helping Laravel apps scale smoothly in a serverless environment. | 413 |
+1
|
36.3 | 49.5 | MIT | 1 month ago | |
| laravel/nightwatch | Official Laravel Nightwatch package that collects application performance metrics and sends them to the hosted Nightwatch monitoring platform, providing Laravel-optimized insights into requests, errors, and overall app health. | 371 |
|
38.6 | 58.1 | MIT | 1 month ago | |
| laravel/cashier-mollie | Laravel Cashier integration for Mollie payments and subscriptions. This repository has moved to mollie/laravel-cashier-mollie (v1 and v2 continued) and will be closed Feb 1, 2022. Docs: cashiermollie.com. | 367 |
|
10.1 | 8.1 | MIT | 5 years ago | |
| laravel/vapor-cli | Laravel Vapor CLI is the command-line client for deploying and managing Laravel apps on Laravel Vapor, a serverless, auto-scaling platform on AWS Lambda. Create and manage infrastructure, environments, queues, databases, Redis, networking, and more. | 317 |
+2
|
34.5 | 51.4 | MIT | 1 month ago | |
| laravel/spark-installer | Command-line installer for Laravel Spark. Clone and composer install, add to PATH, then register with your Spark API token. Use spark new to scaffold a new Spark project and run migrations to finish setup. | 312 |
|
5.7 | — | MIT | 6 years ago | |
| laravel/lsp | — | 280 |
+7
|
33.4 | 30.9 | — | 1 month ago | |
| laravel/vapor-ui | Deprecated: Vapor UI dashboard for Laravel Vapor apps. Adds an in-app interface to browse/search application logs and view failed queue jobs. Replaced largely by Vapor’s own dashboard; no Laravel 11 support. | 269 |
|
5.8 | 19.2 | MIT | 3 years ago | |
| laravel/cashier-paddle | Laravel Cashier Paddle adds a fluent Laravel interface for Paddle subscriptions, handling common billing boilerplate like subscription creation and management, plan swaps, quantities, pauses, cancellations, and grace periods. | 267 |
+1
|
24.4 | 36.9 | MIT | 5 months ago | |
| laravel/forge-cli | Command-line interface for Laravel Forge to provision and manage servers, deploy sites, and handle common tasks like SSL certificates, scheduled jobs, and queue workers—bringing Forge’s dashboard capabilities to your terminal. | 243 |
+1
|
31.6 | 25.5 | MIT | 2 months ago | |
| laravel/cashier-braintree | Laravel Cashier driver for Braintree: a simple subscription billing integration for Laravel apps. Manage customers, plans, subscriptions, coupons/discounts, and webhooks with an expressive API built on top of the Braintree PHP SDK. | 164 |
+1
|
3.2 | 1.0 | MIT | 7 years ago | |
| laravel/roster | Detect which Laravel ecosystem packages a project uses by scanning a directory. Query production vs dev dependencies, check if specific packages or versions are present, and identify the Node package manager in use via a simple API. | 163 |
+1
|
25.0 | 64.3 | MIT | 2 months ago | |
| laravel/nova-log-viewer | View and search your Laravel application logs directly inside Laravel Nova. Nova Log Viewer adds a simple tool UI with real-time polling support, making it easy to inspect errors, stack traces, and recent log entries without leaving the admin panel. | 136 |
|
22.6 | 33.1 | — | 2 months ago | |
| laravel/legacy-factories | Bring back classic Laravel model factories (<=7.x) on Laravel 8+ projects. laravel/legacy-factories restores the old factory syntax for generating test and seed data, easing upgrades and maintaining legacy codebases without rewrites. | 129 |
|
14.3 | 56.8 | MIT | 6 months ago | |
| laravel/passkeys | Add passwordless WebAuthn/passkey authentication to Laravel. Install migrations, add a trait/contract to your User model, and use the @laravel/passkeys JS client for registration and login. Includes built-in routes for login, confirmation, and passkey management. | 110 |
+1
|
16.9 | 63.9 | MIT | 4 months ago | |
| laravel/head | — | 103 |
+9
|
21.3 | 38.4 | MIT | 3 weeks ago | |
| laravel/doctor | — | 103 |
+7
|
20.0 | 41.0 | MIT | 1 month ago | |
| laravel/surveyor | Laravel Surveyor is a mostly static analysis tool for PHP/Laravel that scans files or classes to extract rich metadata (classes, methods, properties, types, bindings, models) in a structured format for other tools. Beta API; may touch DB for model inspection. | 91 |
+2
|
28.5 | 47.4 | — | 4 weeks ago | |
| laravel/database | Bring Laravel’s database layer to non-Laravel projects: Illuminate Database with migrations, seeders, and Artisan CLI support. Includes Eloquent ORM, query builder, schema tools, and commands like migrate, db:seed, and make:* for MySQL/Postgres/SQL Server/SQLite. | 90 |
|
0.0 | 27.4 | — | — | |
| laravel/agent-detector | Lightweight PHP/Laravel utility to detect when your code runs inside an AI agent or automated dev environment. Detect via AgentDetector::detect() or detectAgent(), identify known agents like Cursor, Gemini, Codex, Claude, or custom via env vars. | 83 |
+1
|
17.6 | 61.7 | MIT | 4 months ago | |
| laravel/lumen-installer | Official Laravel Lumen project installer. Provides the lumen command to quickly scaffold new Lumen applications, including recommended defaults and project structure. Install via Composer and run lumen new <app> to get started. | 76 |
|
0.6 | 5.1 | MIT | — | |
| laravel/ranger | Beta Laravel introspection library that scans your codebase to discover routes, models, enums, broadcast events, env vars, and Inertia components. Register callbacks per item or collection and receive rich DTOs as Ranger walks your app. | 65 |
|
27.2 | 46.9 | MIT | 4 weeks ago | |
| laravel/legacy-encrypter | Drop-in Laravel encrypter compatible with legacy apps. Encrypt/decrypt data using older key formats and cipher settings so you can read existing payloads and migrate safely. Useful for upgrades where stored encrypted values must remain accessible. | 63 |
+1
|
1.3 | 6.3 | MIT | — | |
| laravel/svelte-starter-kit | Modern Laravel starter kit with a Svelte 5 + TypeScript frontend powered by Inertia. Includes Tailwind, shadcn-svelte, and bits-ui for UI, plus fast Vite builds. Ideal for building SPA-like apps with classic Laravel routing and controllers. | 59 |
+3
|
0.6 | 15.7 | — | — | |
| laravel/workos | Laravel utilities used by Laravel starter kits to integrate WorkOS AuthKit. Provides the glue for authentication flows and configuration so you can add WorkOS-powered login to a Laravel app quickly and consistently. | 44 |
+1
|
14.2 | 45.3 | MIT | 7 months ago | |
| laravel/cloud-cli | Laravel Zero CLI to deploy and manage apps on Laravel Cloud. Authenticate via OAuth, link repos, ship and deploy from the terminal, and manage environments, databases, caches, object storage, and domains, with optional JSON output and shell completions. | 43 |
+2
|
30.6 | 39.5 | — | 1 month ago | |
| laravel/facade-documenter | — | 39 |
+1
|
0.3 | — | MIT | — | |
| laravel/blank-vue-starter-kit | Laravel + Vue starter kit for Inertia apps: classic Laravel routing/controllers with a modern Vue SPA frontend. Includes Vue, TypeScript, Tailwind, and Vite setup, but no auth scaffolding—start building your own UI fast. | 39 |
+1
|
0.4 | 25.4 | — | — | |
| laravel/sentinel | Laravel Sentinel provides a simple, lightweight way to build and manage API health/status endpoints in Laravel. Define checks, aggregate results, and expose a consistent response for monitoring systems and uptime tools, with easy configuration and extensible check classes. | 39 |
+1
|
13.6 | 61.2 | — | 5 months ago | |
| laravel/blank-livewire-starter-kit | A blank Laravel + Livewire 4 starter kit with Tailwind for building reactive UIs in PHP. Ideal for Blade-first teams who want a modern foundation without JavaScript SPA complexity. No authentication scaffolding included. | 33 |
|
0.4 | 28.2 | — | — | |
| laravel/nova-devtool | Laravel Nova Devtool streamlines Nova component development with a Workbench-based Nova install, optional auto-login, and commands to install common JS deps. Easily enable/disable Vue Devtools in Nova and upgrade from Nova 4 with a generic Mix extension. | 32 |
|
26.9 | 55.0 | — | 2 months ago | |
| laravel/blank-react-starter-kit | Minimal Laravel + React starter kit using Inertia, Vite, TypeScript, and Tailwind. Build SPA-like React apps with classic Laravel routing and controllers. No authentication scaffolding included—start from a clean, modern baseline. | 29 |
|
0.5 | 29.4 | — | — | |
| laravel/nova-pennant | Manage Laravel Pennant feature flags in Laravel Nova. Add the PennantTool to a resource to view and toggle features per scope, control who can modify values with canRun(), require password confirmation, and support rich/class-based feature options. | 23 |
+1
|
14.2 | 42.8 | — | 6 months ago | |
| laravel/chisel | Laravel Chisel provides primitives for starter-kit post-install scripts, letting users opt into features and automatically remove unwanted code. Define a chisel.php with questions and file/PHP mutations to prune sections, imports, interfaces, and config. | 16 |
|
15.6 | 63.1 | MIT | 4 months ago | |
| laravel/symfony-on-cloud | — | 7 |
+1
|
17.2 | 18.9 | MIT | 2 months ago | |
| laravel/blank-svelte-starter-kit | Laravel + Svelte starter kit for building modern Laravel apps with an Inertia-powered Svelte frontend. Includes Svelte, TypeScript, Tailwind, and fast Vite builds with classic Laravel routing/controllers. No authentication scaffolding included. | 3 |
|
0.1 | 21.9 | — | — | |
| laravel/livewire | — | 0 |
|
0.0 | — | — | — |
|
| laravel/nova | — | 0 |
|
0.0 | — | — | — |
|
| laravel/liferaft | Liferaft is a Laravel package that adds reliable background job and queue tooling, helping you run tasks safely with better control, monitoring, and recovery. Ideal for apps that need robust async processing and fewer failed or stuck jobs. | 0 |
|
0.0 | — | — | — |
How can I help you explore Laravel packages today?