Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicekiwi/laravel-authsignal
Laravel wrapper for AuthSignal PHP SDK
https://github.com/nicekiwi/laravel-authsignal
Last synced: 26 days ago
JSON representation
Laravel wrapper for AuthSignal PHP SDK
- Host: GitHub
- URL: https://github.com/nicekiwi/laravel-authsignal
- Owner: nicekiwi
- License: mit
- Created: 2024-02-26T05:26:09.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-26T07:26:10.000Z (9 months ago)
- Last Synced: 2024-02-27T07:48:26.700Z (8 months ago)
- Language: PHP
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel AuthSignal
Wrapper for the AuthSignal PHP SDK for Laravel.
## Installation
You can install the package via composer:
```bash
composer require nicekiwi/laravel-authsignal
```## Configuration
You can publish the config file with:
```bash
php artisan vendor:publish --provider="Nicekiwi\AuthSignal\ServiceProvider" --tag="config"
```