msppack/outlook-calendar
最新稳定版本:1.0.1
Composer 安装命令:
composer require msppack/outlook-calendar
包简介
calendar
关键字:
README 文档
README
1) composer require msppack/outlook-calendar
2) Add service provider in config/app.php
MspPack\OutLookCalendar\OutLookCalendarServiceProvider::class,
3) php artisan vendor:publish
4) php artisan migrate
This will publish file called laravel-outlook-calendar.php in your config-directory with this contents:
<?php return [ // App's client ID. Register the app in Azure AD to get this value. 'client_id' => '', // App's client secret. Register the app in Azure AD to get this value. 'client_secret' => '', //Redirect url 'redirect_url' => 'http://localhost:8000/admin/outlook-calendar/login', ];
Now go to ==> http://<YOUR DOMAIN>/admin/outlook-calendar
统计信息
- 总下载量: 4.43k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2017-07-08