Skip to content

Commit ef240d1

Browse files
authored
Update README.md
1 parent dacdd61 commit ef240d1

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
1-
# Painless HTML generation
1+
<div align="left">
2+
<a href="https://spatie.be/open-source?utm_source=github&utm_medium=banner&utm_campaign=laravel-html">
3+
<picture>
4+
<source media="(prefers-color-scheme: dark)" srcset="https://spatie.be/packages/header/laravel-html/html/dark.webp">
5+
<img alt="Logo for laravel-html" src=" https://spatie.be/packages/header/laravel-html/html/light.webp" height="190">
6+
</picture>
7+
</a>
8+
9+
<h1>Painless HTML generation</h1>
210

311
[![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/laravel-html.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-html)
412
[![MIT Licensed](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
513
[![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-html.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-html)
614

15+
</div>
16+
717
This package helps you generate HTML using a clean, simple and easy to read API. All elements can be dynamically generated and put together. The HTML builder helps you generate dynamically assigned form elements based on your selected model, the session or a default value.
818

919
## Support us

0 commit comments

Comments
 (0)