2017 © Pedro Peláez
 

library laravel-adobe-connect

Adobe Connect Integration for Laravel 5.*

image

asimov-express/laravel-adobe-connect

Adobe Connect Integration for Laravel 5.*

  • Friday, June 9, 2017
  • by asimovjs
  • Repository
  • 1 Watchers
  • 1 Stars
  • 31 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 3 % Grown

The README.md

About

This package simplifies the integration of your Laravel 4.2 application with Adobe Connect., (*1)

Installation

Include the package in your project with composer., (*2)

composer require asimov-express/laravel-adobe-connect

Then register the service provider in your config/app.php file., (*3)

``` php 'providers' => array( . . ., (*4)

'AsimovExpress\AdobeConnect\AdobeConnectServiceProvider'

);, (*5)


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

php artisan config:publish asimov-express/laravel-adobe-connect, (*6)


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/packages/asimov-express/laravel-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:

.adobeconnect.com ```, (*7)

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

ADOBE_CONNECT_USERNAME: Adobe Connect Username

This must contain your Adobe Connect administrator's username., (*9)

This seems to be a bad practice bud it is required by the Adobe Connect API., (*10)

ADOBE_CONNECT_PASSWORD: Adobe Connect Password

This must contain your Adobe Connect administrator's password., (*11)

Remember to update this value in case the password changes for the administrator's user., (*12)

The Versions

09/06 2017

dev-master

9999999-dev

Adobe Connect Integration for Laravel 5.*

  Sources   Download

MIT

The Requires

 

05/01 2017

v1.0.1

1.0.1.0

Adobe Connect Integration for Laravel 4.2

  Sources   Download

MIT

The Requires

 

17/11 2016

v1.0.0

1.0.0.0

Adobe Connect Integration for Laravel 4.2

  Sources   Download

MIT

The Requires