Skip to content
Phil Graham™ ☕ edited this page Nov 26, 2019 · 19 revisions

Laravel Documentation     plus     Learning Locker Documentation

About

Laralocker is a simple PHP Client which bridges the gap between Laravel The PHP Framework for Web Artisans and Learning Locker® the most installed Learning Record Store in the world.


Setup Instructions

Start by installing Laralocker via composer to begin the setup process.

Package Installation

Laravel 4.2 requires Laralocker v1.0

Laravel 5.x requires Laralocker v2.0

composer require ijeffro/laralocker

Package Usage

Use the Learning Locker Facade to access the (LRS) Learning Locker®

use LearningLocker;

Usage Instructions


Clone this wiki locally