Looking to hire Laravel developers? Try LaraJobs

laravel-invitations maintained by 26b

Description
Laravel package to invite users
Author
Last update
2024/03/18 14:09 (dev-main)
License
Links
Downloads
1 331

Comments
comments powered by Disqus

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