Looking to hire Laravel developers? Try LaraJobs
This package is not available.

laravel-interactions maintained by poprigun

Description
Laravel package for interactions.
Author
Last update
2020/10/28 09:25 (dev-master)
License
Links
Downloads
1

Comments
comments powered by Disqus

#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 poprigun/laravel-interactions "~1.0.0"

or add

"poprigun/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();