2024-07-03 14:41:15 +03:00
|
|
|
{
|
|
|
|
"name": "illuminate-example/eloquent",
|
|
|
|
"description": "Implementation of Database Queries with illuminate and Eloquent",
|
|
|
|
"type": "project",
|
|
|
|
"require": {
|
2024-07-08 16:20:25 +03:00
|
|
|
"illuminate/database": "^11.14",
|
2024-07-09 16:08:50 +03:00
|
|
|
"craft-group/phroute": "^2.1",
|
2024-07-11 16:16:36 +03:00
|
|
|
"vlucas/phpdotenv": "^5.6",
|
2024-07-12 13:46:44 +03:00
|
|
|
"twig/twig": "^3.0",
|
|
|
|
"itguild/tables": "^0.1.0"
|
2024-07-03 14:41:15 +03:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2024-07-10 12:42:50 +03:00
|
|
|
"app\\": "app/",
|
2024-07-12 11:31:04 +03:00
|
|
|
"migrations\\": "migrations/",
|
|
|
|
"kernel\\": "kernel/"
|
2024-07-03 14:41:15 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|