astrogoat / talkable
Talkable app for Strata
Fund package maintenance!
astrogoat
Installs: 10 124
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: ^8.0
- astrogoat/strata: ^0.7.0
- illuminate/contracts: ^8.37 || ^9.0|^10.0
- spatie/laravel-package-tools: ^1.4.3
Requires (Dev)
- nunomaduro/collision: ^5.3|^7.0
- orchestra/testbench: ^6.15|^8.5
- pestphp/pest: ^1.18|^2.16
- pestphp/pest-plugin-laravel: ^1.1|^2.2
- spatie/laravel-ray: ^1.23
- vimeo/psalm: ^4.8|^5.15
README
A small Stratum app to show the Talkable widget.
Installation
You can install the package via composer:
composer require astrogoat/talkable
Usage
Included the script it in your Blade file.
@include('talkable::script')
Then add <div id="talkable-offer"></div>
to where you want the widget to appear.
This app require two settings to be set for it to work
- Site ID
- Script URL These should be provided to you by Talkable.
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
This talkable package is forked from the awesome Spatie talkable package. Please go support them if you can.
License
The MIT License (MIT). Please see License File for more information.