first commit

This commit is contained in:
2025-05-30 03:09:08 -06:00
parent 99d54737de
commit 1932509066
6221 changed files with 298434 additions and 212 deletions

View File

@ -1,17 +1,20 @@
{
"name": "koneko/laravel-vuexy-website-layout-porto",
"description": "Laravel Vuexy Website Layout Porto, template Porto para Laravel Vuexy Website Admin.",
"keywords": ["laravel", "koneko", "framework", "vuexy", "website", "admin", "mexico"],
"description": "Website layout based on the Porto HTML template, integrated with Vuexy Website Admin for Laravel. Ideal for corporate, blog, and landing pages.",
"keywords": [
"laravel", "porto", "template", "vuexy", "website-layout", "blog", "landing-page",
"corporate-site", "sitio web", "koneko", "mexico"
],
"type": "library",
"license": "MIT",
"license": "BUSL-1.1-custom",
"require": {
"php": "^8.2",
"koneko/laravel-vuexy-website-admin": "dev-main",
"koneko/laravel-vuexy-website-admin": "dev-develop",
"laravel/framework": "^11.31"
},
"autoload": {
"psr-4": {
"Koneko\\VuexyWebsiteLayoutPorto\\": "./"
"Koneko\\VuexyWebsiteLayoutPorto\\": "src/"
}
},
"extra": {
@ -31,5 +34,6 @@
"source": "https://github.com/koneko-mx/laravel-vuexy-website-layout-porto",
"issues": "https://github.com/koneko-mx/laravel-vuexy-website-layout-porto/issues"
},
"minimum-stability": "dev",
"prefer-stable": true
}