implementation of office 365 api
Showing
.idea/deployment.xml
0 → 100644
.idea/graph-tutorial.iml
0 → 100644
.idea/misc.xml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/php.xml
0 → 100644
.idea/workspace.xml
0 → 100644
This diff is collapsed.
README.md
deleted
100644 → 0
| ... | @@ -10,8 +10,11 @@ | ... | @@ -10,8 +10,11 @@ |
| "require": { | "require": { | ||
| "php": "^7.2", | "php": "^7.2", | ||
| "fideloper/proxy": "^4.0", | "fideloper/proxy": "^4.0", | ||
| "laravel/framework": "^6.2", | "guzzlehttp/guzzle": "~6.0", | ||
| "laravel/tinker": "^2.0" | "laravel/framework": "^6.0", | ||
| "laravel/tinker": "^1.0", | |||
| "league/oauth2-client": "dev-master", | |||
| "microsoft/microsoft-graph": "^1.10" | |||
| }, | }, | ||
| "require-dev": { | "require-dev": { | ||
| "facade/ignition": "^1.4", | "facade/ignition": "^1.4", | ||
| ... | ... |
This diff is collapsed.
public/css/app.css
0 → 100644
public/web.config
deleted
100644 → 0
tests/bootstrap.php
0 → 100644
Please register or sign in to comment