Git Product home page Git Product logo

laravel-celtic-lti's Introduction

Laravel Celtic LTI

This is a package to integrate CeLTIc LTI with Laravel. CeLTIc is a full-fledged LTI library written in generic PHP; this library provides hooks for supporting Laravel's opinionated stance on database access, configuration management, etc.

Installation

Require this package with composer.

composer require longhornopen/laravel-celtic-lti

Publish this package's assets.

php artisan vendor:publish --provider="LonghornOpen\LaravelCelticLTI\LtiServiceProvider"

Run your app's migrations, which will install the 'lti2_*' database tables.

php artisan migrate

Finally, check the config/lti.php file to set your app's configuration.

Laravel without auto-discovery:

If you don't use Laravel's auto-discovery of packages, add the ServiceProvider to the providers array in config/app.php:

LonghornOpen\LaravelCelticLti\LtiServiceProvider

Usage

A sample set of steps to get this library up and running in your own app can be found at https://github.com/longhornopen/laravel-celtic-lti/wiki/Laravel-app-setup.

A simple Laravel example app using this library, mostly ready to deploy, is at https://github.com/longhornopen/lti-example-app.

Contributing

We gladly accept GitHub issues containing bug reports or suggestions for improvement.

Pull requests or other offers of development help are appreciated. If you're wanting to contribute a large change, please open an issue and let us know.

Thanks

Thanks to the CeLTIc project and to Stephen Vickers in particular. This library would not be possible without their underlying work.

laravel-celtic-lti's People

Contributors

chrispittman avatar pavlserg avatar bjmrey avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.