blixx/invites

BLIXX invitation system

dev-master 2021-05-19 09:06 UTC

This package is auto-updated.

Last update: 2024-09-19 16:52:21 UTC


README

Don't use this package

As you can see this package is unfinished work, so don't use this in production

Installation

To install this package run the following commands on your code base:

Install package

Install the composer package on your code base

composer require blixx/invites

Add Service Provider

Open config/app.php from your code base and add the following service provider:

[
    // ..
    \Blixx\Invite\BlixxInviteProvider::class,
] 

Run the migrations

To install the table scaffolding run the following command:

php artisan migrate 

Up and running!

You are now up and running! To invite Sponge Bob to your party run the following command:

php artisan blixx:invite sponge@bob.com "Sponge Bob"

Updates

Warning!!!

This package is not actively maintained, please don't use it in production! Also: we're currently not taking pull requests, so don't bother. Tnx ;)