poprigun / laravel-interactions
Laravel package for interactions.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
pkg:composer/poprigun/laravel-interactions
Requires
- php: >=7.0
- illuminate/console: >=5.6
This package is auto-updated.
Last update: 2025-09-28 20:16:32 UTC
README
#Laravel Interactions
##Requirements
Make sure all dependencies have been installed before moving on:
- PHP >= 7.0
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();