Nova getting started added

This commit is contained in:
Benjamin Takats
2022-12-01 12:02:10 +01:00
parent ba07dca294
commit 37695943ef
33 changed files with 1090 additions and 16 deletions

38
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "dafb57f82691675a5d03595d824baa57",
"content-hash": "fe688c8ea9a0c69b1cff7d3876e83e4f",
"packages": [
{
"name": "bacon/bacon-qr-code",
@@ -3284,6 +3284,42 @@
},
"time": "2022-11-12T15:38:23+00:00"
},
{
"name": "nova/start",
"version": "dev-blueprint",
"dist": {
"type": "path",
"url": "./nova-components/Start",
"reference": "fbea082cebeff60ba53b11985fbb6ed65ab46008"
},
"require": {
"php": "^7.3|^8.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Nova\\Start\\CardServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Nova\\Start\\": "src/"
}
},
"license": [
"MIT"
],
"description": "A Laravel Nova card.",
"keywords": [
"laravel",
"nova"
],
"transport-options": {
"relative": true
}
},
{
"name": "nunomaduro/termwind",
"version": "v1.14.2",