forked from dwijitsolutions/laraadmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (39 loc) · 1.25 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
{
"name": "dwij/laraadmin",
"description": "LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more",
"keywords": ["php", "laravel", "crm", "admin", "cms", "administrator"],
"license": "MIT",
"homepage": "http://laraadmin.com",
"support": {
"issues": "https://github.com/dwijitsolutions/laraadmin/issues",
"source": "https://github.com/dwijitsolutions/laraadmin"
},
"version": "1.0.40",
"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"
},
"authors": [
{
"name": "Ganesh Bhosale",
"email": "[email protected]"
}
],
"classmap": [
"src/Controllers",
"src/Models"
],
"autoload": {
"psr-4": {
"Dwij\\Laraadmin\\": "src/"
},
"files": [
]
}
}