Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Termwind Laravel Package

nunomaduro/termwind

Termwind brings Tailwind CSS-style utilities to PHP CLIs. Render styled HTML in the terminal, customize styles/colors, and build beautiful output for Laravel/Symfony commands with helpers like render(), style(), and interactive prompts like ask().

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
ashallendesign/laravel-config-validator Validate your Laravel config at runtime or via Artisan. Define rulesets for config files with custom messages and environment targeting, generate rulesets quickly, and optionally publish defaults. Catch missing/invalid config early in local, CI, or production. 218 218 11 161K 1 17.3 43.4 MIT 6 months ago
View on GitHub
Context7
drnd-dev/laravel-countries 0 0 0 171 0 13.6 34.4 MIT 5 months ago
View on GitHub
Context7
filament/upgrade Automate Filament upgrades in your Laravel app. Guides you through version changes, checks dependencies, and applies recommended updates so you can move between Filament releases faster with fewer manual steps. 10 10 0 238K 0 0.1 55.3
View on GitHub
Context7
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 723K 0 1.5 51.7 MIT
View on GitHub
Context7
laradumps/laradumps LaraDumps is a modern PHP/Laravel debugging tool that sends dumps to a desktop app so your app flow stays uninterrupted. Inspect models/collections, Livewire, SQL queries, logs, exceptions, mails, jobs, timers, JSON and more. 1,267 1,269 52 107K 3 38.2 31.5 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
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 35,373 11,963 13M 57 94.9 72.6 MIT 3 weeks ago
View on GitHub
Deep Wiki
Context7
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 921 32 7M 5 26.8 62.4 MIT 3 months ago
View on GitHub
Deep Wiki
Context7
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 3,162 194 9M 0 53.6 57.6 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
laravel-ready/packager 8 8 2 0 3 2.0 0.4 MIT 2 years ago
View on GitHub
Context7
laravel-shift/blueprint Blueprint rapidly generates multiple Laravel components from a single, human-readable YAML “draft.” Run artisan commands like blueprint:build to scaffold models, controllers, migrations, tests, and more from one definition—ideal for quickly spinning up features and CRUD. 3,110 3,109 295 57K 4 39.6 19.3 MIT 10 months ago
View on GitHub
Deep Wiki
Context7
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. 354 349 64 54K 0 20.3 33.3 MIT 5 months ago
View on GitHub
Context7
lwwcas/laravel-countries 131 133 39 4K 3 27.7 23.4 MIT 2 months ago
View on GitHub
Context7
nunomaduro/collision Collision provides beautiful, developer-friendly CLI error reporting for PHP apps. Built on Whoops and included with Laravel, it integrates with Symfony, PHPUnit, and more to show rich stack traces and context when exceptions happen. 4,660 4,676 183 10M 30 38.9 59.1 MIT
View on GitHub
Deep Wiki
Context7
overtrue/pinyin Convert Chinese characters to Pinyin in PHP/Laravel. overtrue/pinyin supports full pinyin, initials, tone options, segmentation, and custom dictionaries—ideal for search indexing, sorting, slugs, and transliteration in web apps. 4,460 4,532 761 141K 0 56.9 22.9 MIT 6 months ago
View on GitHub
Deep Wiki
Context7
peckphp/peck Peck is a fast PHP CLI spell-checker for your codebase. It flags wording and spelling mistakes in filenames, classes, methods, properties, and docs, powered by GNU Aspell. Installs via Composer and fits neatly into CI and dev workflows. 475 477 68 47K 10 7.5 31.4 MIT
View on GitHub
Deep Wiki
Context7
pestphp/pest Pest is an elegant PHP testing framework focused on simplicity and developer joy. Write expressive, modern tests with a clean syntax, powerful expectations, and a great DX for PHP projects—built for fast feedback and readable suites. 11,688 11,707 527 6M 191 94.9 71.0 MIT 3 weeks ago
View on GitHub
Deep Wiki
Context7
projektgopher/whisky 243 243 10 31K 3 9.4 30.5 1 year ago
View on GitHub
Context7
spatie/github-actions-watcher Monitor all GitHub Actions workflows for a repo in real time from your terminal. Install via Composer and run actions-watcher to auto-detect the current git repo/branch, poll status, and refresh until all runs complete. Auth required for private repos. 134 134 10 1 0 13.1 0.1 MIT 9 months ago
View on GitHub
Context7
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 20 3 0 0 1.4 MIT 2 years ago
View on GitHub
Context7
spatie/laravel-health Monitor your Laravel app’s health by registering checks (disk space, queues, cache, etc.). Set warning/fail thresholds and get notified via mail or Slack when something goes wrong, so you can catch issues early and keep services running smoothly. 884 893 178 781K 0 40.4 47.6 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
spatie/laravel-schedule-monitor Monitor Laravel scheduled tasks by logging starts, finishes, failures, and skips to a database table and viewing run history via an Artisan command. Optionally sync with Oh Dear to get alerts when tasks fail or don’t run on time. 998 1,004 74 287K 0 34.1 39.3 MIT 2 months ago
View on GitHub
Context7
spatie/laravel-visit Adds a php artisan visit command to quickly hit any route in your Laravel app and inspect the response. Shows colorized HTML or JSON output plus request results, with options like visiting by route name and logging in a user before the request. 159 160 9 348 0 15.4 7.6 MIT 6 months ago
View on GitHub
Context7
spatie/pest-plugin-route-testing Pest plugin for Laravel that automatically tests all your app’s GET routes. Run a single test to assert responses are successful, redirects, forbidden, not found, etc. Filter routes by pattern and provide models for route model bindings via bind(). 140 140 7 9K 0 24.1 28.7 MIT 1 month ago
View on GitHub
Context7
spatie/visit Human-friendly curl for the terminal. Visit any URL and display its response with colorized output (HTML via bat, JSON via jq), plus status code and response time. Supports custom HTTP methods and options like following redirects. 391 391 14 1 0 7.5 0.0 1 year ago
View on GitHub
Context7
tallify/tallify 1 1 0 0 0 1.8 MIT 3 years ago
View on GitHub
Context7
tightenco/duster Duster automatically applies Tighten’s Laravel code style by running TLint, PHP_CodeSniffer, PHP CS Fixer, and Laravel Pint. Lint or fix the whole project (or only dirty files), and generate GitHub Actions or Husky hooks with optional container env support. 600 600 27 133K 9 36.2 43.0 MIT 2 months ago
View on GitHub
Context7
worksome/envy 688 688 32 48K 0 17.5 29.2 MIT 6 months ago
View on GitHub
Context7
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
calmfox/watch-sylius
damienfern/grpc-symfony-bundle
atoolo/index-bundle
atoolo/genai-bundle
coprotoai/laravel-ticket
davidjln/llm-carbon-bundle
cryonighter/valid-request-bundle
coolms/taxonomy-bundle
coolms/field-bundle
articulate-orm/symfony
aaix/laravel-tall-architect
ephoto/akeneo-connector
emmanuelballery/eb-plantumlbundle
emielburgman/symfony-visitor-beacon
emielburgman/symfony-visit-storage
emielburgman/symfony-security-headers
emielburgman/symfony-log-viewer
emarref/xdebug-bundle
emarref/pubnub-bundle
elriseio/finance-money-bundle