16 lines
356 B
JSON
16 lines
356 B
JSON
{
|
|
"name": "illuminate-example/eloquent",
|
|
"description": "Implementation of Database Queries with illuminate and Eloquent",
|
|
"type": "project",
|
|
"require": {
|
|
"illuminate/database": "^7.30",
|
|
"craft-group/phroute": "^2.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Controllers\\": "app/controllers/",
|
|
"Models\\": "app/models/"
|
|
}
|
|
}
|
|
}
|