programzheng/scorm-cloud-laravel

1.1.4 2019-03-18 09:04 UTC

This package is auto-updated.

Last update: 2025-04-18 23:14:11 UTC


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