26b/laravel-invitations

Laravel package to invite users

Installs: 1 170

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/26b/laravel-invitations

dev-main 2024-03-18 13:09 UTC

This package is auto-updated.

Last update: 2025-09-18 16:22:10 UTC


README

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