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

https://github.com/26b/laravel-invitations

Laravel package to invite users
https://github.com/26b/laravel-invitations

Last synced: 3 months ago
JSON representation

Laravel package to invite users

Awesome Lists containing this project

README

          

# Laravel Invitations

Livewire component to manage financial transactions for a given model.

⚠️ This library is in active development so the API may suffer changes.

Requires:

- Livewire

## Getting started

Require the package

```
composer require 26b/laravel-invitations
```

## Setup

Publish the configuration file.

```
php artisan vendor:publish --tag=invitations-config
```

Publish the migrations.

```
php artisan vendor:publish --tag=invitations-migrations
```

Publish the views.

```
php artisan vendor:publish --tag=invitations-components
```