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
- Host: GitHub
- URL: https://github.com/26b/laravel-invitations
- Owner: 26B
- License: mit
- Created: 2022-07-04T15:49:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T13:09:07.000Z (over 2 years ago)
- Last Synced: 2025-03-16T05:02:39.679Z (over 1 year ago)
- Language: PHP
- Size: 84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```