定制 nassajis/laravel-adobe-connect 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

nassajis/laravel-adobe-connect

Composer 安装命令:

composer require nassajis/laravel-adobe-connect

包简介

Adobe Connect Integration for Laravel 5.*

README 文档

README

This package simplifies the integration of your Laravel 4.2 application with Adobe Connect.

Installation

Include the package in your project with composer.

composer require nassajis/laravel-adobe-connect

Then register the service provider in your config/app.php file.

'providers' => array(
    .
    .

    Nassajis\AdobeConnect\AdobeConnectServiceProvider::class,


);

Configuration

You must configure your Adobe Connect account information, for this you first need to publish the configuration file.

php artisan vendor:publish --provider="Nassajis\AdobeConnect\AdobeConnectServiceProvider"

You can find the configuration file in the vendors directory inside your app/config folder assuming all the default configuration the configuration file should be in the folder app/config/adobe-connect

Instead of hardcoding your Adobe Connect account information on this file you should place it in your .env file with the following entries.

ADOBE_CONNECT_HOST: Adobe Connect Hostname

Adobe Connect provides you a subdomain in the form:

<business>.adobeconnect.com

Where is the name of your business account, set here the complete host name including '.adobeconnect.com'.

ADOBE_CONNECT_USERNAME: Adobe Connect Username

This must contain your Adobe Connect administrator's username.

This seems to be a bad practice bud it is required by the Adobe Connect API.

ADOBE_CONNECT_PASSWORD: Adobe Connect Password

This must contain your Adobe Connect administrator's password.

Remember to update this value in case the password changes for the administrator's user.

统计信息

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

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-02-21

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固