slps970093 / dingo-api-sanctum
0.1.1
2022-09-21 12:25 UTC
Requires
- php: ^7.4|^8.0
- api-ecosystem-for-laravel/dingo-api: ^3.0.8|^4.0
- illuminate/support: ^8.0|^9.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2024-10-21 17:08:55 UTC
README
Installation
You can install the package via composer:
composer require slps970093/dingo-api-sanctum
Usage
in config/api.php
'auth' => [ 'sanctum' => \Slps970093\DingoApiSanctum\SanctumSPA::class ],
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email slps970093@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.