laravel-invitations maintained by 26b
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