xrsites/laravel-social-login
Composer 安装命令:
composer create-project xrsites/laravel-social-login
包简介
The Laravel Framework: XRSites Social Login.
README 文档
README
Social Login by XRSites
Yet Another Laravel Framework Social Login Project with Socialite
Pre-requisites
- PHP >= 5.6
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
- Composer
Setup
Just call the following in your prompt
$ composer create-project xrsites/laravel-social-login your-site
Then enter your newly created project, create your database file (SQLite) and build your database
$ cd your-site
$ touch database/database.sqlite
$ php artisan migrate
Finally, start your application and open your browser on the following URL
$ php artisan serve
http://localhost:8000
Integration with Dashboards
You can use this project as base to install Admin Panels.
Voyager
It's pretty straight forward. Follow the steps in Voyager's Github Site after creating an user with password using your localhost's register page
IMPORTANT: it's important that you follow all the steps until start your server using php artisan serve, and follow all the steps to create your new user. If for some reason you don't create a password, try to create your account using simple e-mail/password in register page.
See also
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-12-13