🚀 5 minutes tutorial
Statistics

Statistics

Plausible

I personally use Plausible for my website analytics. It's working great and easy to use and to setup.

Setup Plausible

Create an account on Plausible (opens in a new tab) and add your website analytics.

Then, go to in resources/views/inertia_layout.edge file and add your Plausible script.

resources/views/inertia_layout.edge
<head>
    <script defer data-domain="YOUR_PLAUSIBLE_DOMAIN" src="https://plausible.io/js/plausible.js"></script>
</head>

And you are done. You can now see your website analytics in your Plausible dashboard.

Self hosted plausible

You can self host your Plausible analytics. It's free and easy to setup. Self hosted plausible (opens in a new tab)