Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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"
```