slps970093/dingo-api-sanctum

0.1.1 2022-09-21 12:25 UTC

This package is auto-updated.

Last update: 2024-04-21 16:14:57 UTC


README

Latest Version on Packagist Total Downloads GitHub Actions

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.