This commit is contained in:
2024-07-10 12:42:50 +03:00
parent e588866a92
commit 1c31a4e5c3
22 changed files with 2474 additions and 91 deletions

View File

@ -5,11 +5,12 @@
"require": {
"illuminate/database": "^11.14",
"craft-group/phroute": "^2.1",
"ext-http": "*"
"vlucas/phpdotenv": "^5.6"
},
"autoload": {
"psr-4": {
"app\\": "app/"
"app\\": "app/",
"migrations\\": "migrations/"
}
}
}