Age | Commit message (Collapse) | Author |
|
4.x
|
|
|
|
|
|
|
|
|
|
the same uuid get erased. This issue will happen if the scorm package generate from software
|
|
Enhances from my working version.
|
|
Create LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
to embed to model or simply upload and store.
|
|
Update ScormDisk.php
|
|
Added forward compatibility with flysystem API v2 while maintaining V1 compatibility.
Notable changes for ScormDisk.php -
- $filesystem->createDir($path);
+ $filesystem->createDirectory($path);
- $filesystem->putStream($path, $contents);
+ $filesystem->writeStream($path, $contents);
|
|
the scorm model in your project
|
|
|
|
|
|
|
|
|
|
|
|
package archive and unzipped package for serve.
|
|
|
|
|
|
Revert 8 revert 7 main
|
|
|
|
Handle publish translations for scorm runtime exceptions handler
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
resources/lang/en-US/scorm.php
|
|
|
|
Revert "Revert "Improve SCORM disk storage handler""
|
|
|
|
|
|
Revert "Improve SCORM disk storage handler"
|
|
|
|
Improve SCORM disk storage handler
|
|
|
|
|
|
|
|
|
|
|
|
ScormDist helper
|