Search by

bigdropinc / laravel-interactions

poprigun

Laravel package for interactions.

Package info

github.com/bigdropinc/laravel-interactions

pkg:composer/bigdropinc/laravel-interactions

Statistics

Installs: 7 048

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

dev-master 2020-03-18 09:32 UTC

This package is not auto-updated.

Last update: 2026-09-10 17:32:01 UTC


README

#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();