0.0
Laravel 11 – 13
PHP 8.2+
The project is in a healthy, maintained state
A handy way to generate some HTML without writing it.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

phpunit/phpunit
^10.5
mockery/mockery
^1.0
mikey179/vfsstream
^1.6
^9.0|^10.0|^11.0

Runtime

doctrine/dbal
^2.5|^3.0
^11.0|^12.0|^13.0
^11.0|^12.0|^13.0
^11.0|^12.0|^13.0
matthiasmullie/minify
^1.3
^11.0|^12.0|^13.0
badges/poser
^3.1
tempest/highlight
^2.13
 Project Readme

Grafite HTML

HTML - A handy set of HTML generators for Laravel.

Build Status Maintainability Packagist license

The HTML package lets you generate forms as well as fields with standard make commands. Inside your forms for models you can specify the fields that need to be generated and then simply pass the form to the view. No more writing html forms, error handling etc. It can handle Eloquent relationships and easily work with ajax requests for more dynamic form submissions.

Author(s):

Requirements

  1. PHP 7.3+|8.1+
  2. OpenSSL

Compatibility and Support

Laravel Version Package Tag Supported
^7.x - ^12.x 1.x yes

Installation

Start a new Laravel project:

composer create-project laravel/laravel your-project-name

Then run the following to add HTML

composer require "grafite/html"

Time to publish those assets!

php artisan vendor:publish --provider="Grafite\Html\HtmlProvider"

Documentation

https://docs.grafite.ca/utilities/html

License

HTML is open-sourced software licensed under the MIT license

Bug Reporting and Feature Requests

Please add as many details as possible regarding submission of issues and feature requests

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.