Renew
Showing
app/Http/Controllers/CobaController.php
0 → 100644
... | ... | @@ -6,7 +6,11 @@ |
"type": "project", | ||
"require": { | ||
"php": ">=5.6.4", | ||
"laravel/framework": "5.3.*" | ||
"laravel/framework": "5.3.*", | ||
"simplesoftwareio/simple-sms": "~2", | ||
"nexmo/client": "@beta", | ||
"nexmo/laravel": "1.0.0-beta3", | ||
"acacha/admin-lte-template-laravel": "3.*" | ||
}, | ||
"require-dev": { | ||
"fzaninotto/faker": "~1.4", | ||
... | ... | @@ -45,7 +49,6 @@ |
] | ||
}, | ||
"config": { | ||
"preferred-install": "dist", | ||
"sort-packages": true | ||
"preferred-install": "dist" | ||
} | ||
} |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
config/nexmo.php
0 → 100644
... | ... | @@ -8,11 +8,17 @@ |
"bootstrap-sass": "^3.3.7", | ||
"gulp": "^3.9.1", | ||
"jquery": "^3.1.0", | ||
"laravel-elixir": "^6.0.0-14", | ||
"laravel-elixir": "^6.0.0-9", | ||
"laravel-elixir-vue-2": "^0.2.0", | ||
"laravel-elixir-webpack-official": "^1.0.2", | ||
"lodash": "^4.16.2", | ||
"vue": "^2.0.1", | ||
"vue-resource": "^1.0.3" | ||
"vue-resource": "^1.0.3", | ||
"admin-lte": "^2.3.6", | ||
"bootstrap-less": "^3.3.8", | ||
"font-awesome": "^4.6.3", | ||
"icheck": "^1.0.2", | ||
"ionicons": "^3.0.0", | ||
"toastr": "^2.1.2" | ||
} | ||
} |
resources/views/auth/login.blade.php
0 → 100644
resources/views/auth/register.blade.php
0 → 100644
resources/views/home.blade.php
0 → 100644
resources/views/layouts/app.blade.php
0 → 100644
Please
register
or
sign in
to comment