Laravel
Composer package with a Blade component <x-talkmio />. Loads the widget and identifies the authenticated user (name and e-mail).
Download talkmio-laravel-1.0.0.zip
Install
- Unzip into
packages/talkmio-laravel, add a path repository incomposer.jsonand runcomposer require talkmio/laravel:@dev. .env:TALKMIO_SITE_KEY=YOUR_SITE_KEY- In your layout before
</body>:<x-talkmio />
Disable user identification with TALKMIO_IDENTIFY=false. Symfony? Twig: paste the one-line snippet <script src="https://app.talkmio.com/w/YOUR_SITE_KEY.js" async></script> in your base template.
Where is my site key? Sign in at app.talkmio.com → Websites, add your website and copy the 12-character key (e.g. 2wkxhgujxwlv). No account yet? Create one free — no card required.