squipix/html

Fork and a Drop-in replacement for collective/html: HTML and Form Builders for the Laravel Framework

Maintainers

Package info

github.com/squipix/html

Homepage

pkg:composer/squipix/html

Statistics

Installs: 15

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-03-06 22:40 UTC

This package is auto-updated.

Last update: 2026-03-09 19:45:16 UTC


README

This package is a drop-in replacement for collective/html, updated for Laravel 12 and PHP 8.2+ compatibility.

What is this?

Squipix HTML is a fork of the original LaravelCollective/html library, maintained to support modern Laravel versions (11, 12+) and recent PHP releases. It preserves all original APIs and functionality, so you can switch from collective/html with minimal changes.

Why fork?

LaravelCollective/html is no longer maintained and does not support Laravel 12. This fork updates dependencies, fixes compatibility issues, and resolves PHP deprecations.

Installation

Install via Composer:

composer require squipix/html

Usage

All usage is identical to collective/html. Replace your package references and service provider/aliases as follows:

Service Provider:

Squipix\Html\HtmlServiceProvider

Aliases:

Form => Squipix\Html\FormFacade
Html => Squipix\Html\HtmlFacade

Changelog

  • Updated for Laravel 12 and PHP 8.2+
  • Fixed all PHP and PHPUnit deprecations
  • Composer package name changed to squipix/html
  • All namespaces changed to Squipix\Html

Credits

Forked from LaravelCollective/html. Original authors: Adam Engebretson, Taylor Otwell, and contributors.