longhornopen/laravel-celtic-lti 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

longhornopen/laravel-celtic-lti

最新稳定版本:v1.1.2

Composer 安装命令:

composer require longhornopen/laravel-celtic-lti

包简介

A Laravel wrapper for https://github.com/celtic-project/LTI-PHP

README 文档

README

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.

统计信息

  • 总下载量: 22.75k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 15
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 15
  • Watchers: 3
  • Forks: 14
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-3.0-or-later
  • 更新时间: 2021-03-23