Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 318 Bytes

readme.md

File metadata and controls

14 lines (8 loc) · 318 Bytes

Laravel FireText

A Laravel wrapper for the firetext/php-sdk package

Installation

composer require razorcreations/laravel-firetext

php artisan vendor:publish --provider="Razorcreations\FireText\ServiceProvider"

Set your FireText username+password OR your API token in the config/firetext.php file.