Nova getting started added

This commit is contained in:
Benjamin Takats
2022-12-01 12:02:10 +01:00
parent 5ad6bc3f05
commit 4699805e60
33 changed files with 1090 additions and 16 deletions

View File

@@ -21,7 +21,8 @@
"spatie/laravel-google-fonts": "^1.2",
"spatie/laravel-sluggable": "^3.4",
"stijnvanouplines/blade-country-flags": "^1.0",
"wireui/wireui": "^1.17"
"wireui/wireui": "^1.17",
"nova/start": "*"
},
"require-dev": {
"fakerphp/faker": "^1.9.1",
@@ -92,6 +93,10 @@
{
"type": "composer",
"url": "https://nova.laravel.com"
},
{
"type": "path",
"url": "./nova-components/Start"
}
]
}
}