Registry / web-framework / laravelcollective-html

laravelcollective-html

JSON →
library6.4.1phppackagistunverified

HTML and Form Builders for the Laravel Framework.

composer require laravelcollective/html
INSTALL
IMPORT
SIG · LARAVELCOLLECTIVE-
L
laravelcollective-html
web-frameworkphpv6.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HtmlBuilder
use Collective\Html\HtmlBuilder;

Generate an HTML link using the HTML facade.

use Collective\Html\HtmlFacade as HTML; echo HTML::link('https://example.com', 'Visit Example');
Debug
Known issues
gotchaNot compatible with Laravel 6+ without manual service provider registration.
fix
Add 'Collective\Html\HtmlServiceProvider::class' to config/app.php providers array.
affects: >=6.0.0
Upgrade
Version history
6.4.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
laravelcollective-html — pip install laravelcollective-html · libregistry