承接 yuloma/sanctum-token-manager 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

yuloma/sanctum-token-manager

最新稳定版本:v1.0.1

Composer 安装命令:

composer require yuloma/sanctum-token-manager

包简介

Visual API token manager for Laravel Sanctum

README 文档

README

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require

This library aims to simplify the Sanctum token management process, with a pre-defined interface ready to use with Livewire.

Token Manager Preview

Install

composer required yuloma/sanctum-token-manager

Usage

By default you only have to access to /tokens URI. This route is protected by middlewares ['web', 'auth'].

If you want a diferent route, you only have to add it in your routes.php file.

Publish config

php artisan vendor:publish --tag=sanctum-token-manager-config

Publish views

php artisan vendor:publish --tag=sanctum-token-manager-views

Custom Layout

After publishing the config you can tweak it.

config/sanctum-token-manager.php

[
    'livewire_layout' => 'my-layout'
]

Security

If you discover any security-related issues, create an issue using the issue tracker.

License

The MIT License (MIT).

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-03-28