programzheng / scorm-cloud-laravel
Installs: 1 286
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/programzheng/scorm-cloud-laravel
Requires
README
install
Install the package through Composer.
$ composer require programzheng/scorm-cloud-laravel
If you're not using Laravel >=5.5, add the ServiceProvider to the providers array in config/app.php
ProgramZheng\ScormCloudLaravel\ScormCloudLaravelProvider
Copy the package config to your local config with the publish command
php artisan vendor:publish --provider=ProgramZheng\ScormCloudLaravel\ScormCloudLaravelProvider