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.
|
Package
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|
| aerni/livewire-forms | — | 29 | 29 | 4 | 842 | 0 | 24.6 | 22.9 | NOASSERTION | 3 months ago | |
| artisanpack-ui/core | Unifies configuration for all ArtisanPack UI packages into one config/artisanpack.php file. Publish a base config and use artisanpack:scaffold-config to auto-detect and merge settings while preserving customizations, with an optional --force override for keys. | 1 | 1 | 0 | 1K | 0 | 18.3 | 43.6 | MIT | 1 month ago | |
| artisanpack-ui/livewire-ui-components | — | 1 | 1 | 0 | 156 | 16 | 30.9 | 36.0 | NOASSERTION | 1 month ago | |
| b4rightnow/flux-pro | — | 5 | 5 | 2 | 0 | 0 | 0.1 | — | NOASSERTION | — | |
| capell-app/admin | — | 0 | 0 | 0 | 25 | 0 | 24.1 | 23.0 | MIT | 2 days ago | |
| code16/sharp | Sharp is a Laravel 11+ (PHP 8.3+) content management framework for building a CMS/admin area with a clean UI and great DX. Code-driven, data-agnostic, no frontend to write. Manage structured data with search, filters, commands, auth, and validation. | 791 | 791 | 79 | 1K | 11 | 42.6 | 13.6 | MIT | 4 days ago | |
| darshan-belani/laravel-crud-generator | Generate full Laravel CRUD modules from one command: migrations, models with relationships, resource/API controllers, Livewire components, and Bootstrap/Tailwind views. Can auto-install Breeze or Laravel UI on fresh apps. Supports Laravel 10+, PHP 8.1+. | 1 | 1 | 0 | 0 | 0 | 0.0 | — | — | — | |
| elnasnato/laraliveui | Tailwind-based UI component library for Laravel Livewire (v3) apps. Install via Composer, include appearance/scripts directives, import the provided CSS, then use Blade components with the laraliveui: prefix (buttons, inputs, modals, dropdowns, tables, etc.). | 0 | 0 | 0 | 16 | 0 | 20.2 | 19.8 | — | 1 month ago | |
| eminiarts/aura-cms | — | 0 | 0 | 0 | 43 | 0 | 21.4 | 26.7 | MIT | 3 days ago | |
| eslam-reda-div/filament-copilot | — | 37 | 36 | 16 | 3K | 0 | 0.7 | 27.1 | MIT | — | |
| hamoi1/filachat | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| hexters/laramodule | — | 32 | 32 | 7 | 2 | 0 | 0.4 | 0.4 | — | — | |
| hirethunk/verbs | Verbs is a Laravel-friendly event sourcing package for PHP artisans that keeps the benefits of event sourcing while cutting boilerplate and jargon. Model behavior as verbs, record events, and build projections with a clean, approachable API. | 517 | 515 | 49 | 16K | 2 | 29.2 | 32.6 | MIT | 3 months ago | |
| illuminate/console | Illuminate Console provides the Artisan command-line framework used by Laravel. Define commands, schedule tasks, manage input/output, prompts, and terminal styling, and integrate with the service container to build robust CLI tools and automation. | 130 | 137 | 28 | 570K | 0 | 1.5 | 50.3 | MIT | — | |
| jftecnologia/laravel-exceptions | — | 0 | 0 | 2 | 0 | 0 | 13.4 | — | MIT | 5 months ago | |
| joshcirre/tweakflux | — | 118 | 118 | 6 | 2K | 2 | 13.0 | 20.0 | — | 5 months ago | |
| lacodix/laravel-model-filter | Filter, search, and sort Eloquent models with reusable filter classes and query-string support. Includes built-in types (string, date, number, enum), relation/nested relation filtering, custom complex logic, and filter visualisation. | 175 | 175 | 14 | 3K | 1 | 30.1 | 21.1 | MIT | 3 weeks ago | |
| laranail/console | — | 0 | — | 0 | — | 0 | 19.7 | — | MIT | 1 week 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,051 | 1,039 | 295 | 1M | 33 | 58.8 | 70.9 | MIT | 6 days 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,536 | 3,536 | 344 | 4M | 14 | 67.6 | 57.1 | MIT | 4 days 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,797 | 35,286 | 11,909 | 12M | 57 | 94.8 | 71.5 | MIT | 1 week 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. | 877 | 914 | 373 | 82K | 8 | 50.1 | 37.5 | MIT | 5 days 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,507 | 1,543 | 411 | 225K | 2 | 24.8 | 30.0 | MIT | 1 year 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,022 | 4,031 | 343 | 2M | 19 | 65.6 | 49.8 | MIT | 1 month 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,591 | 1,581 | 147 | 2M | 5 | 38.6 | 50.7 | MIT | 2 months ago | |
| laravel-lang/models | Adds localized names and attributes for Laravel Eloquent models via Laravel Lang. Plug-and-play translations for model labels across multiple languages to improve UI, validation messages, and admin panels. Install with composer and follow the docs for setup. | 7 | 7 | 4 | 231K | 0 | 20.1 | 61.9 | MIT | 4 months ago | |
| laravel-zero/framework | Laravel Zero is an unofficial, Laravel-based micro-framework for building fast, elegant console apps. Includes optional Eloquent/logging, interactive menus, desktop notifications, scheduler, standalone compiler, and Collision-powered error reporting. | 349 | 349 | 64 | 54K | 0 | 22.6 | 35.2 | MIT | 3 months ago | |
| livewire/flux | Hand-crafted UI components for Livewire apps, built with Tailwind CSS. Includes buttons, dropdowns, icons, separators, and tooltips, plus a larger Pro set. Requires Laravel 10+, Livewire 3.5.19+, and Tailwind 4+. | 956 | 957 | 104 | 1M | 27 | 45.8 | 62.6 | — | 1 month ago | |
| livewire/livewire | Livewire is a full-stack Laravel framework for building dynamic, reactive UI components without leaving PHP. Create modern interfaces with server-driven state and interactions, backed by a rich component model and official documentation. | 23,551 | 23,570 | 1,735 | 5M | 10 | 76.7 | 48.9 | MIT | 3 weeks ago | |
| make-dev/laravel-security | Drop-in security headers for Laravel 11–13: HSTS, CSP with per-request nonces and strict-dynamic, X-Content-Type-Options, Permissions-Policy, and Subresource Integrity. Includes CSP/SRI violation report endpoints, logging/db storage, and Vapor-friendly SRI manifests. | 1 | 1 | 0 | 16 | 0 | 16.8 | 15.1 | MIT | 2 months ago | |
| matheusmarnt/scoutify | Scoutify adds a production-ready ⌘K/Ctrl+K global search modal to Laravel. Powered by Scout + Livewire, it searches across multiple Eloquent models, groups results by type, auto-discovers Searchable models, and stores recent searches in session. | 1 | 1 | 1 | 85 | 1 | 31.5 | 25.8 | MIT | 2 months ago | |
| mollie/laravel-mollie | Laravel integration for Mollie payments. Easily set up the Mollie API client via configuration and service container, handle payments, refunds, and subscriptions, and keep your checkout flow clean with a simple, idiomatic Laravel package. | 362 | 365 | 62 | 147K | 0 | 26.5 | 40.4 | MIT | 3 months ago | |
| mozex/laravel-scout-bulk-actions | — | 14 | 15 | 0 | 2K | 0 | 21.2 | 32.9 | MIT | 2 months ago | |
| mrmarchone/laravel-auto-crud | Generate full CRUD scaffolding for Laravel models via an interactive Artisan command. Auto-creates controllers, validation requests, routes, views, and optional API artifacts (cURL, Swagger), with overwrite/all options and support for repository pattern and Spatie Data. | 306 | 307 | 24 | 721 | 1 | 2.4 | 7.3 | MIT | — | |
| mwguerra/web-terminal | — | 29 | 29 | 11 | 2K | 1 | 0.6 | 25.5 | MIT | — | |
| orchestra/dusk-updater | Symfony Console tool to update Laravel Dusk ChromeDriver binaries to the latest or a specified version. Works inside or outside Laravel projects. Includes a detect command to check installed Chrome/ChromeDriver versions and optionally auto-update. | 10 | 10 | 3 | 35K | 0 | 19.6 | 52.8 | MIT | 6 months ago | |
| pdphilip/omniterm | Laravel terminal UI toolkit: write Artisan/CLI output as HTML with Tailwind-style classes and OmniTerm renders it to ANSI. Includes truecolor with fallback, gradients, arbitrary RGB, and content repeat, plus ready-made components like status messages, tables, progress bars, spinners, and live tasks. | 0 | 1 | — | 9K | — | 1.5 | 54.8 | — | — | |
| robsontenorio/mary | MaryUI brings gorgeous Tailwind + daisyUI components to Laravel Livewire. A polished component set for building modern dashboards and apps fast, with official docs, Discord support, and MIT licensing. | 1,468 | 1,468 | 199 | 39K | 7 | 48.3 | 28.2 | NOASSERTION | 4 days ago | |
| roots/acorn | — | 983 | 982 | 110 | 80K | 3 | 36.8 | 35.7 | MIT | 1 month ago | |
| sandermuller/boost-core | — | 3 | 3 | 0 | 2K | 0 | 29.1 | 43.8 | MIT | 1 week ago | |
| shipbytes/laravel-ui-kit | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| shopper/framework | — | 0 | 1 | 0 | 746 | 0 | 0.0 | 39.7 | — | — | |
| spatie/global-laravel-remote | Run Laravel artisan commands on a remote server from your terminal. Install globally via Composer and execute with global-laravel-remote "{cmd}" to trigger remote artisan tasks without SSHing into the machine each time. | 19 | 19 | 3 | 0 | 0 | 1.4 | — | MIT | 2 years ago | |
| spatie/holidays | Calculate public holidays for supported countries using ISO codes or country classes. Get an array of Holiday objects with name, CarbonImmutable date, and type (e.g., national). PHP 8.4+ package by Spatie, with extensible country definitions. | 400 | 402 | 207 | 88K | 0 | 37.1 | 37.4 | MIT | 1 month ago | |
| spatie/laravel-site-search | Crawl and index your Laravel site for fast full-text search—like a private Google. Highly customizable crawling and indexing, with concurrent requests. Uses SQLite FTS5 by default (no external services), or Meilisearch for advanced features. | 309 | 309 | 26 | 3K | 0 | 30.3 | 15.6 | MIT | 1 month ago | |
| stancl/tenancy | Automatic multi-tenancy for Laravel with minimal code changes. Supports tenant identification by hostname (including second-level domains) and avoids swapping core classes or adding model traits. Ideal for SaaS apps needing seamless tenant isolation. | 4,377 | 4,372 | 486 | 553K | 6 | 60.9 | 35.2 | MIT | 4 months ago | |
| statamic/cms | Statamic is a flat-first CMS built on Laravel and Git for building beautiful, easy-to-manage websites. This package provides the core Composer install for existing Laravel apps; use the Statamic app repo/CLI for new projects. | 4,849 | 4,841 | 632 | 135K | 214 | 94.2 | 52.8 | NOASSERTION | 4 days ago | |
| tresorkasenda/ballstack | — | 3 | 3 | 0 | 0 | 1 | 0.7 | — | MIT | 2 years ago | |
| williamalmeida/mary-v1-community | — | 0 | 0 | 0 | 0 | 0 | 16.6 | — | NOASSERTION | 2 months ago | |
| wnx/laravel-backup-restore | Restore database backups created by spatie/laravel-backup. Adds an interactive php artisan backup:restore command to pick a backup and optionally decrypt it, then run configurable post-restore health checks to validate the restored DB. | 214 | 213 | 21 | 28K | 2 | 29.6 | 33.7 | MIT | 1 month ago | |
| ympact/flux-icons | — | 11 | 11 | 3 | 736 | 2 | 19.4 | 27.9 | MIT | 3 months ago | |
| ympact/laravel-livewire-wizard | — | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 1 year ago |
How can I help you explore Laravel packages today?