Talivia Docs
Talivia Docs
HomeDashboard
IntroductionInstallationGetting updates
Next.jsReactVueNuxtAngularSvelteKitAstroRemixSolidStartQwikGatsbyExpoLaravelDjangoRuby on RailsExpressNestJSFlaskPhoenixWordPressShopifyWixWebflowSquarespaceFramerTilda
Installation

Laravel

Install Talivia in a Laravel Blade layout.

Add Talivia to the Blade layout that wraps every public page.

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.

Expo

Install Talivia for Expo Web projects.

Django

Install Talivia in a Django base template.