Download the PHP package escolalms/lrs without Composer
On this page you can find all versions of the php package escolalms/lrs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download escolalms/lrs
More information about escolalms/lrs
Files in escolalms/lrs
Download escolalms/lrs
More information about escolalms/lrs
Files in escolalms/lrs
Please rate this library. Is it a good library?
Informations about the package lrs
Learning Record Stores
Install
- get package from composer
composer require escolalms/lrs
- run the seeder
php artisan db:seed --class="EscolaLms\Lrs\Database\Seeders\LrsSeeder"
- make sure that Response Headers are not overwritten by any layer, the
/api/cmi5/**
should response with
Testing
- Download cmi5-demo and run it with static file server -
npm run serve
orphp -S localhost:8000
is good enough - Generate fetch params for a course id calling
/api/cmi5/courses/{id}
endpoint - Start course from point 1 with generated params, use
url
object example below
All versions of lrs with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
laravel/framework Version >=8.0
escolalms/core Version ^1
trax2/framework Version ^2
laravel/framework Version >=8.0
escolalms/core Version ^1
trax2/framework Version ^2
The package escolalms/lrs contains the following files
Loading the files please wait ....