Laravel Sanctum provides a featherweight authentication system for SPAs and simple APIs.
composer require "laravel/sanctum:2.3.3"
| 包名 | 版本要求 |
|---|---|
| ext-json | * |
| illuminate/contracts | ^6.9|^7.0 |
| illuminate/database | ^6.9|^7.0 |
| illuminate/support | ^6.9|^7.0 |
| php | ^7.2 |
| 包名 | 版本要求 |
|---|---|
| mockery/mockery | ^1.0 |
| orchestra/testbench | ^4.0|^5.0 |
| phpunit/phpunit | ^8.0 |
| 许可证 | MIT |
|---|---|
| 发布时间 | 2020-05-26 18:42:04 |
| 类型 | library |