Looking to hire Laravel developers? Try LaraJobs

laravel-github-login maintained by laramall

Description
基于laravel5.5的 登录组件
Author
Last update
2017/11/01 17:53 (dev-master)
License
Downloads
13

Comments
comments powered by Disqus

laravel-github-login

使用github登录laravel 集成包

安装

composer require laramall/laravel-github-login

配置

php artisan vendor:publish
//在config/services.php中设置 github的相应参数

创建数据表 users

php artisan migrate

使用

 your-domain/laramall/login 显示登录界面