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

View Laravel Package

illuminate/view

Illuminate View is Laravel’s templating and view rendering component. It compiles and renders Blade templates, manages view composers and shared data, supports view discovery, caching, and engines, and integrates cleanly with the rest of the Illuminate framework.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
barryvdh/laravel-ide-helper Generates up-to-date PHPDoc helper files for Laravel to improve IDE autocomplete and type hints. Creates _ide_helper.php for facades and writes or exports model docblocks for Eloquent, fluent methods, factories, and container bindings. 14,886 15,137 1,189 3M 159 89.3 65.9 MIT 3 weeks ago
View on GitHub
Deep Wiki
Context7
blade-ui-kit/blade-icons Use SVG icons in Laravel Blade with simple components and directives. Turn SVG files into or @svg('name') calls, support multiple icon sets/packages, and customize classes/attributes for consistent, reusable icons across your app. 2,453 2,458 164 2M 0 46.8 48.1 MIT 2 days ago
View on GitHub
Deep Wiki
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. 129 136 28 628K 0 1.5 50.9 MIT
View on GitHub
Context7
laracord/framework Laracord Framework is the core of Laracord, a Laravel-powered micro-framework for building Discord bots with DiscordPHP. Includes generators for commands/events, slash command sync, interaction routing, async services/tasks, optional HTTP server, and great logging. 45 45 19 196 18 35.7 21.6 MIT 1 year ago
View on GitHub
Context7
laravel/cashier Laravel Cashier offers a fluent Laravel interface for Stripe subscription billing. Manage subscriptions, coupons, plan swaps, quantities, and cancellation grace periods, with support for generating invoice PDFs—all while handling the boilerplate billing code. 2,527 2,557 734 1M 18 63.5 50.7 MIT 1 week ago
View on GitHub
Context7
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. 163 167 137 118 0 13.2 3.8 MIT 6 years ago
View on GitHub
Context7
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. 264 265 72 38K 1 33.0 35.6 MIT 1 week ago
View on GitHub
Context7
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 100 12 81 5 2.1 4.9
View on GitHub
Context7
laravel/folio Laravel Folio is a page-based router for Laravel that simplifies routing by mapping requests to filesystem pages. It’s lightweight, convention-driven, and documented on laravel.com, making it easy to build and organize page routes fast. 604 607 50 33K 1 32.1 28.3 MIT 2 weeks ago
View on GitHub
Deep Wiki
Context7
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 412 263K 2 44.8 36.5 MIT 1 year ago
View on GitHub
Deep Wiki
Context7
laravel/pint Laravel Pint is an opinionated PHP code style fixer built on PHP-CS-Fixer. It helps keep Laravel and PHP projects clean and consistent with minimal configuration, making it easy to enforce a unified coding style across your codebase. 3,114 3,117 185 6M 17 56.3 62.2 MIT 4 weeks ago
View on GitHub
Deep Wiki
Context7
laravel/pulse Laravel Pulse is a real-time performance monitoring tool and dashboard for Laravel. Track requests, slow queries, jobs, cache usage, and other application metrics to spot issues quickly and keep your app healthy in production. 1,676 1,677 209 820K 2 44.2 45.9 MIT 2 days ago
View on GitHub
Deep Wiki
Context7
laravel-zero/framework Laravel Zero is an unofficial micro-framework built on Laravel components for creating fast, elegant CLI apps. Add optional Eloquent/logging, interactive menus and notifications, scheduler, standalone compiler, and Collision error reporting. 337 333 63 46K 0 28.7 35.1 MIT 2 weeks ago
View on GitHub
Context7
laravelcollective/html LaravelCollective HTML provides classic form and HTML builders for Laravel, including helpers for generating form fields, labels, and secure inputs with CSRF support. Ideal for projects migrating from older Laravel versions or preferring fluent, server-side markup generation. 4,128 978 156 75.6 35.0 MIT 3 years ago
Context7
livewire/blaze Blaze accelerates Laravel anonymous Blade components by compiling templates into optimized PHP functions, cutting 91–97% of rendering overhead with drop-in compatibility. Enable per component via @blaze or optimize directories, with optional memoization and folding. 689 689 33 185K 2 31.7 42.2 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
livewire/flux Flux is a hand-crafted UI component library for Livewire apps, built with Tailwind CSS. Includes core components like Button, Dropdown, Icon, Separator, and Tooltip, with additional Pro components available via license. 939 938 101 762K 5 38.6 48.6 1 week ago
View on GitHub
Deep Wiki
Context7
livewire-filemanager/filemanager Livewire Filemanager is a simple, friendly file manager for Laravel. Manage files and folders with drag & drop, search, dark mode, multiple languages, and API endpoints. Built on Livewire and Spatie Media Library for seamless integration. 357 358 37 770 0 23.5 8.1 MIT 4 months ago
View on GitHub
Context7
nasirkhan/laravel-cube Laravel Cube is a set of reusable Blade UI components for Laravel with dual support for Tailwind CSS (Flowbite) and Bootstrap 5. Switch frameworks globally or per component, with dark mode and Livewire compatibility. 2 2 0 241 0 23.6 31.2 NOASSERTION 2 days ago
View on GitHub
Context7
nasirkhan/laravel-jodit Laravel package that integrates the Jodit WYSIWYG editor via a reusable Blade component. Works in Blade, view components, and Livewire with wire-model syncing. Includes a configurable server-side file browser/uploader connector and loads assets via CDN (no build step). 1 1 0 140 0 22.4 30.1 MIT 1 week ago
View on GitHub
Context7
proengsoft/laravel-jsvalidation Reuse Laravel validation rules, messages, and FormRequests for automatic client-side form validation—no custom JS needed. Built on jQuery Validation, supports localization and most rules, with AJAX checks for unique/exists/active_url and custom rules. 1,146 1,160 176 26K 13 45.2 32.2 MIT 3 weeks ago
View on GitHub
Deep Wiki
Context7
psalm/plugin-laravel Psalm plugin for Laravel that adds deep framework-aware static analysis plus taint-based security scanning. Detects SQL injection, XSS, SSRF, shell injection, file traversal, and open redirects by tracking user input flows across functions and services. 327 327 75 99K 28 41.8 53.2 MIT 2 days 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. 133 132 8 2 0 28.2 0.1 MIT 4 months ago
View on GitHub
Context7
spatie/laravel-blade Add Blade to any PHP project with the standalone Blade engine from Spatie. Compile and render Blade templates outside Laravel, with an easy API, caching support, and configurable view paths—ideal for small apps, packages, or custom tooling. 55 54 10 4 0 10.9 0.5 MIT 8 years ago
View on GitHub
spatie/laravel-blade-comments Adds HTML debug comments around every rendered Blade view/component so you can see exactly which template produced each part of the page in your browser dev tools. Also includes request and top-level view info at the top of the document. 178 178 12 4K 1 26.0 22.0 MIT 1 month ago
View on GitHub
Context7
spatie/laravel-blade-x Blade-X brings Blade-style HTML components to Laravel 6 and below, letting you use tags like instead of @include. Package is abandoned because Laravel 7+ has native Blade components; migrate when upgrading. 520 530 36 339 0 16.0 3.5 MIT 6 years ago
View on GitHub
Context7
spatie/laravel-cookie-consent Add a simple, customizable cookie consent banner to Laravel. Shows on first visit, stores consent, then stays hidden. No “decline” option, no tracker blocking, and no consent categories—use other tools if you need advanced compliance features. 1,493 1,503 140 88K 0 41.0 28.9 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
spatie/laravel-dashboard Build beautiful, Livewire-powered dashboards in Laravel. Provides base CSS, dashboard and tile view components, and a Tile model to persist fetched data so tiles can update themselves via polling. 569 568 73 5K 0 31.0 15.7 MIT 4 weeks ago
View on GitHub
Context7
spatie/laravel-googletagmanager Laravel package for easy Google Tag Manager integration. Manage the JavaScript dataLayer from PHP, push variables and events, and include GTM scripts cleanly in your app with simple configuration and helpers. 441 446 59 82K 0 32.1 36.9 MIT 1 month ago
View on GitHub
Context7
spatie/laravel-markdown Render Markdown in Laravel with a Blade x-markdown component or a configurable MarkdownRenderer. Converts content to HTML with heading IDs, links, and syntax-highlighted code blocks, using options from your config and container resolution. 405 406 32 185K 0 32.0 43.2 MIT 1 month ago
View on GitHub
Deep Wiki
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. 389 389 14 10 0 27.5 0.2 1 year ago
View on GitHub
Context7
tallstackui/tallstackui TallStackUI is a suite of Blade UI components for TALL Stack apps (Laravel, Livewire, Alpine, Tailwind). Build consistent interfaces faster with ready-to-use components, designed for Laravel 10+ and Livewire 3, with full docs at tallstackui.com. 704 705 69 9K 1 35.9 20.0 MIT 9 hours ago
View on GitHub
Context7
tightenco/tlint A linter and auto-formatter for Laravel and Tailwind projects. Tlint enforces Tighten-style conventions with configurable rules, catches common issues, and can automatically fix code style problems for consistent, clean PHP and Blade code. 527 527 33 24K 1 28.0 27.2 MIT 1 year ago
View on GitHub
Context7
tomasvotruba/bladestan Bladestan brings PHPStan-powered static analysis to Laravel Blade templates. It catches template-related issues during analysis and offers a Blade error formatter with clickable template paths and “rendered in” context for faster debugging. 364 362 25 45K 13 29.9 40.2 MIT 3 weeks ago
View on GitHub
Context7
torchlight/torchlight-laravel Torchlight syntax highlighting for Laravel Blade/Markdown using the Torchlight API. VS Code-compatible highlighting with themes, line highlighting and diffing, no JavaScript required. Includes caching, config publishing, and optional Blade components. 120 120 18 15K 18 35.5 41.4 MIT 3 weeks ago
View on GitHub
Context7
yajra/laravel-datatables-oracle Laravel server-side processing for jQuery DataTables. Quickly return JSON from Eloquent, Query Builder, or Collections for DataTables’ AJAX option, with helpers like DataTables::eloquent(), ::query(), ::collection(), or ::make() for fast filtering, sorting, paging. 4,866 4,922 852 641K 32 79.0 49.0 MIT 3 weeks 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.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport
twbs/bootstrap4
php-http/client-implementation
phpcr/phpcr-implementation
cucumber/gherkin-monorepo
haydenpierce/class-finder
psr/simple-cache-implementation