On a Laravel / Inertia / Vue project I don't succeed to change the title of my web pages.
I created a test with a new project "laravel new Laravel11b" with the following option and discover that it's the same, for instance in the Dashboard page we have : Laravel
and not Dashboard.
Laravel new options used :
┌ Would you like to install a starter kit? ────────────────────┐
│ Laravel Jetstream │
└──────────────────────────────────────────────────────────────┘
┌ Which Jetstream stack would you like to install? ────────────┐
│ Vue with Inertia │
└──────────────────────────────────────────────────────────────┘
┌ Would you like any optional features? ───────────────────────┐
│ Email verification │
│ Inertia SSR │
└──────────────────────────────────────────────────────────────┘
┌ Which testing framework do you prefer? ──────────────────────┐
│ Pest │
└──────────────────────────────────────────────────────────────┘
┌ Would you like to initialize a Git repository? ──────────────┐
│ No