LaravelPackages.net
Acme Inc.
Toggle sidebar
bigdropinc/laravel-interactions

Laravel package for interactions.

6.740
1
About bigdropinc/laravel-interactions

bigdropinc/laravel-interactions is a Laravel package for laravel package for interactions.. It currently has 1 GitHub stars and 6.740 downloads on Packagist. Install it with composer require bigdropinc/laravel-interactions. Discover more Laravel packages by bigdropinc or browse all Laravel packages to compare alternatives.

Last updated

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

Star History Chart