yaquawa / laravel-token-repository
Laravel utility for creating, deleting, verifying token.
Installs: 7 128
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
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: 2024-10-26 21:34:24 UTC
README
A helper class for create / delete / verify token in Laravel.
See DatabaseTokenRepository.php for the details.