承接 krayin/krayin-zoom-integration 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

krayin/krayin-zoom-integration

最新稳定版本:v2.0.1

Composer 安装命令:

composer require krayin/krayin-zoom-integration

包简介

Krayin Zoom Integration

README 文档

README

1. Introduction:

Krayin Zoom Integration.

It packs in lots of demanding features that allows your business to scale in no time:

  • Admin user can connect to their zoom account.
  • User can create zoom meeting link directly from activity form

2. Requirements:

  • Krayin: v2.0.0 or higher.

3. Installation:

  • Go to the root folder of Krayin and run the following command
composer require krayin/krayin-zoom-integration
  • Run these commands below to complete the setup
php artisan migrate
php artisan route:cache
php artisan vendor:publish --force

-> Search for **ZoomMeetingServiceProvider** and then press enter to publish all assets and configurations.

4. Configuration:

  • Goto .env file and add following lines

Please make sure you have to add these scopes into your zoom app:

  • user:read:user:admin
  • user:read:user
ZOOM_CLIENT_ID=
ZOOM_CLIENT_SECRET=
ZOOM_REDIRECT_URI="${APP_URL}/admin/zoom/oauth"
  • Goto config/services.php file and add following lines
return [
    // ...
    
    'zoom' => [
        // Our Zoom API credentials.
        'client_id'     => env('ZOOM_CLIENT_ID'),
        'client_secret' => env('ZOOM_CLIENT_SECRET'),
        
        // The URL to redirect to after the OAuth process.
        'redirect_uri'  => env('ZOOM_REDIRECT_URI'),
    ],
];
  • Goto config/krayin-vite.php file and add following lines.
<?php

return [

    'viters' => [
        // ...

        'zoom_meeting' => [
            'hot_file'                 => 'zoom-vite.hot',
            'build_directory'          => 'zoom/build',
            'package_assets_directory' => 'src/Resources/assets',
        ],
    ],
];
  • Goto routes/breadcrumbs.php file and add following lines.
Breadcrumbs::for('zoom.meeting.create', function (BreadcrumbTrail $trail) {
    $trail->parent('dashboard');
    $trail->push(trans('zoom_meeting::app.zoom.index.title'), route('admin.zoom_meeting.index'));
});

5. Clear Cache:

php artisan cache:clear

php artisan config:cache

That's it, now just execute the project on your specified domain.

统计信息

  • 总下载量: 87
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 5
  • Watchers: 0
  • Forks: 9
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-11-22

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固