26b / laravel-invitations
Laravel package to invite users
dev-main
2024-03-18 13:09 UTC
Requires
- php: ^8.0
- chillerlan/php-qrcode: ^4.3
- spatie/laravel-package-tools: ^1.11
Requires (Dev)
- orchestra/testbench: ^8.0
This package is auto-updated.
Last update: 2024-11-18 14:37:03 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