jobmetric/authentication 问题修复 & 功能扩展

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

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

jobmetric/authentication

Composer 安装命令:

composer require jobmetric/authentication

包简介

This is a Laravel authentication package that can add user-side login forms to Laravel.

README 文档

README

This is a package for creating login forms and user authentication, as well as managing their access level in Laravel. This package helps you treat it as a JWT token as well as a session and also provides them to you as an API.

Install via composer

Run the following command to pull in the latest version:

composer require jobmetric/authentication

Add service provider

Add the service provider to the providers array in the config/app.php config file as follows:

'providers' => [

    ...

    JobMetric\Authentication\Providers\AuthenticationServiceProvider::class,
]

Publish the config

Copy the config file from vendor/jobmetric/authentication/config/config.php to config folder of your Laravel application and rename it to authentication.php

Run the following command to publish the package config file:

php artisan vendor:publish --provider="JobMetric\Authentication\Providers\AuthenticationServiceProvider" --tag="config"

You should now have a config/authentication.php file that allows you to configure the basics of this package.

Publish Views

You can use predefined views in this package.

php artisan vendor:publish --provider="JobMetric\Authentication\Providers\AuthenticationServiceProvider" --tag="views"

Documentation

统计信息

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

GitHub 信息

  • Stars: 10
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-01-06

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固