An open source Learning Record Store (LRS) implementing the xAPI (Tin Can API).
![Gitter](https://badges.gitter.im/Join Chat.svg)
Learning Locker is copyright HT2
Please see our documentation for installation, configuration, and usage instructions.
You may contribute to this project via issues and pull request, however, please see the guidelines before doing so. You can also contribute by updating our documentation. More information about how you can get involved can be found on the Learning Locker website. You can see our list of contributors in our contributors.md file.
- Install Learning Locker's requirements.
- Install and setup Learning Locker.
- Change the code.
- Test your code. See testing below for more information.
- Repeat from Step 3 or continue to step 6.
- Commit and push your changes to Github.
- Create a pull request on Github (ensuring that you follow the guidelines).
Note that Learning Locker is built upon the Laravel PHP framework. To learn more about the code structure, please view the Laravel documentation.
You should try to ensure that ./vendor/bin/phpunit
runs without any errors before submitting a pull request.