bigdropinc/laravel-interactions

Laravel package for interactions.

Downloads

6234

Stars

1

Version

#Laravel Interactions

##Requirements

Make sure all dependencies have been installed before moving on:

Pull the package via Composer:

The preferred way to install this extension is through composer.

Either run

composer require bigdropinc/laravel-interactions "~1.0.0"

or add

"bigdropinc/laravel-interactions": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

Interaction::create(request()->all())->run();
bigdropinc

Author

bigdropinc