Installation
Laravel
Install Talivia in a Laravel Blade layout.
Add Talivia to the Blade layout that wraps every public page.
Copy the complete snippet from Settings -> Tracking. The examples below focus on framework placement. Keep generated attributes such as
data-domain in the installed snippet. See Tracker configuration for every option and Subdomain tracking when the same visitor moves between subdomains.Blade layout
Open a shared layout such as resources/views/layouts/app.blade.php and place the snippet before </body>.
<script defer src="https://talivia.com/script.js" data-website-id="YOUR_WEBSITE_ID"></script>
</body>
</html>If your marketing site uses another layout, add the snippet there instead.
Use the website ID from Talivia. Each Laravel app or domain should use the ID generated for that website.
Verify
Visit the Laravel site in a browser, then open Talivia and check the website dashboard for a new session.