Laravel Sanctum provides a featherweight authentication system for SPAs and simple APIs.
composer require "laravel/sanctum:2.9.2"
| 包名 | 版本要求 |
|---|---|
| ext-json | * |
| illuminate/contracts | ^6.9|^7.0|^8.0 |
| illuminate/database | ^6.9|^7.0|^8.0 |
| illuminate/support | ^6.9|^7.0|^8.0 |
| php | ^7.2|^8.0 |
| 包名 | 版本要求 |
|---|---|
| mockery/mockery | ^1.0 |
| orchestra/testbench | ^4.0|^5.0|^6.0 |
| phpunit/phpunit | ^8.0|^9.3 |
| 许可证 | MIT |
|---|---|
| 发布时间 | 2021-03-23 17:31:19 |
| 类型 | library |