lybuneiv/profilelogin 问题修复 & 功能扩展

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

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

lybuneiv/profilelogin

最新稳定版本:1.0.4

Composer 安装命令:

composer require lybuneiv/profilelogin

包简介

loing with profile app

README 文档

README

Profile Login Module.

Installation

You can install the package using Composer:

composer require lybuneiv/profilelogin

Then add the service provider to config/app.php:

Lybuneiv\Profilelogin\ProfileloginServiceProvider::class,

Then add the aliases service provider to config/app.php:

'Profilelogin' => Lybuneiv\Profilelogin\Facades\ProfileloginFacade::class

Publish the all file:

php artisan vendor:publish --provider="Lybuneiv\Profilelogin\ProfileloginServiceProvider" --force

Usage

First need to create account and domain in app customer profile login to get app key and secret

Add in env file

PROFILE_APP_URL=http://laravel8.home
PROFILE_APP_LOGIN_URL=http://laravel8.home/app/login
PROFILE_APP_KEY=850d33c2360c793c766876ff928de380
PROFILE_APP_SECRET=EMtO3o403aba1e8f5b4217fca9ee19acc9de59

Url for profile login app

{!! Profilelogin::url() !!}

Check and get email validation token with app by request (t_id and t_token)

{!! Profilelogin::getEmailValidationToken($request); !!}

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-07-19