定制 thomaswelton/laravel-oauth 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

thomaswelton/laravel-oauth

Composer 安装命令:

composer require thomaswelton/laravel-oauth

包简介

Laravel package for the simplification and integration of many of your users most wanted login providers. Installation is a breeze. Never worry about OAuth again.

README 文档

README

Build Status Latest Stable Version Total Downloads Bitdeli Badge

This aplha version is currently under active development and subject to change. A demo site is also underconstruction. And can be view here http://laravel-oauth.herokuapp.com/ it is currently a free app on Heroku, this means that the server may sleep if left unactive. It will wake up again the next time it's viewed but start up may take a few seconds. This package is not the cause of the slow response time 😄

Feel free to install this project for testing purposes. But it is not recomeneded as the foundation to build new projects on... yet. I'm hoping to get all this wrapped up soon. Once the demo site is build I'll remove this notice and let you start playing in production.

Right now there is only one potentially breaking change. It is outlined here, feel free to add any comments on what syntax you'd prefer #1

If you're interested in using a new OAuth package for Laravel 4 please "watch" or "star" this repo above.

Installation

Update your composer.json file to include this package as a dependency

"thomaswelton/laravel-oauth": "0.0.1"

Register the OAuth service provider by adding it to the providers array in the app/config/app.php file.

Thomaswelton\LaravelOauth\LaravelOauthServiceProvider

Alias the OAuth facade by adding it to the aliases array in the app/config/app.php file.

'aliases' => array(
	'OAuth' => 'Thomaswelton\LaravelOauth\Facades\OAuth'
)

Configuration

Copy the config file into your project by running

php artisan config:publish thomaswelton/laravel-oauth

Migrations

Optionally if using OAuth for user login you'll need to run the migration

php artisan migrate --package="thomaswelton/laravel-oauth"

统计信息

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

GitHub 信息

  • Stars: 41
  • Watchers: 1
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-08-25

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固