-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
41 lines (41 loc) · 1.18 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "razzul/laravelvueadmin",
"description": "Laravel admin pannel using Vue.js",
"keywords": ["laravel", "Vue.js", "Vue", "admin", "Backend"],
"homepage": "https://github.com/razzul/laravel-vue-admin",
"support": {
"issues": "https://github.com/razzul/laravel-vue-admin/issues",
"source": "https://github.com/razzul/laravel-vue-admin"
},
"version": "1.0.00",
"require": {
"illuminate/support": "5.*",
"laravelcollective/html": "^5.2|^5.1",
"illuminate/container": "^5.2|^5.1",
"yajra/laravel-datatables-oracle": "~6.0",
"creativeorange/gravatar": "^1.0",
"doctrine/dbal": "~2.3",
"zizaco/entrust": "1.7.0",
"spatie/laravel-backup": "^3.0.0"
},
"license": "MIT",
"authors": [
{
"name": "Rajul Mondal",
"email": "[email protected]",
"homepage": "https://github.com/razzul",
"role": "Developer"
}
],
"classmap": [
"src/Controllers",
"src/Models"
],
"autoload": {
"psr-4": {
"Razzul\\LaravelVueAdmin\\": "src/"
},
"files": [
]
}
}