yaquawa / laravel-token-repository
Laravel utility for creating, deleting, verifying token.
Package info
github.com/yaquawa/laravel-token-repository
pkg:composer/yaquawa/laravel-token-repository
v1.0.2
2020-03-26 12:12 UTC
Requires
- php: >=7.1.3
- illuminate/contracts: ~5.6 || ^6.0 || ^7.0
- illuminate/database: ~5.6 || ^6.0 || ^7.0
- illuminate/support: ~5.6 || ^6.0 || ^7.0
This package is auto-updated.
Last update: 2026-02-27 00:29:53 UTC
README
A helper class for create / delete / verify token in Laravel.
See DatabaseTokenRepository.php for the details.