We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d625a commit 1dc3fa8Copy full SHA for 1dc3fa8
composer.json
@@ -2,12 +2,22 @@
2
"$schema": "https://getcomposer.org/schema.json",
3
"name": "rrpadilla/laravel-starter-kit",
4
"type": "project",
5
- "description": "The skeleton application for the Laravel framework.",
+ "description": "Laravel Blade + Tailwind Starter Kit.",
6
"keywords": [
7
"laravel",
8
- "framework"
+ "framework",
9
+ "tailwindcss",
10
+ "laravel starter kit",
11
+ "shadcn/ui",
12
+ "blade"
13
],
14
"license": "MIT",
15
+ "authors": [
16
+ {
17
+ "name": "Rodolfo Ruiz",
18
+ "homepage": "https://www.thinkronizing.com/"
19
+ }
20
+ ],
21
"require": {
22
"php": "^8.4",
23
"blade-ui-kit/blade-icons": "^1.8",
0 commit comments