Skip to content
This repository was archived by the owner on Jun 14, 2022. It is now read-only.

Commit af9167b

Browse files
composer.json and readme
1 parent 288da31 commit af9167b

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
# laravel-html-macros
1+
# Custom HTML macros for Laravel
2+
A set of custom HTML macros I tend to reuse across many of my Laravel projects.

composer.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "arnehendriksen/laravel-html-macros",
3+
"description": "Custom HTML macros for Laravel.",
4+
"keywords": ["custom", "html", "macros", "laravel"],
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Arne Hendriksen",
9+
"email": "[email protected]",
10+
"homepage": "https://arnehendriksen.com"
11+
}
12+
],
13+
"require": {
14+
"php": ">=7.3.0"
15+
},
16+
"autoload": {
17+
},
18+
"minimum-stability": "stable",
19+
"extra": {
20+
}
21+
}

0 commit comments

Comments
 (0)