v.0.1
This commit is contained in:
15
composer.json
Normal file
15
composer.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"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/"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user