Laravel Sanctum provides a featherweight authentication system for SPAs and simple APIs.
composer require "laravel/sanctum:3.2.4"
| 包名 | 版本要求 |
|---|---|
| ext-json | * |
| illuminate/console | ^9.21|^10.0 |
| illuminate/contracts | ^9.21|^10.0 |
| illuminate/database | ^9.21|^10.0 |
| illuminate/support | ^9.21|^10.0 |
| php | ^8.0.2 |
| 包名 | 版本要求 |
|---|---|
| mockery/mockery | ^1.0 |
| orchestra/testbench | ^7.0|^8.0 |
| phpstan/phpstan | ^1.10 |
| phpunit/phpunit | ^9.3 |
| 许可证 | MIT |
|---|---|
| 发布时间 | 2023-04-26 18:55:47 |
| 类型 | library |