Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 565 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 565 Bytes

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