bigdropinc / laravel-interactions
Laravel package for interactions.
Installs: 6 404
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: >=7.0
- illuminate/console: >=5.6
This package is not auto-updated.
Last update: 2024-11-07 08:18:25 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 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();