Livewire component to manage financial transactions for a given model.
Requires:
- Livewire
Require the package
composer require 26b/laravel-invitations
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