Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

theProfit's avatar

Laravel Nova 4 change /nova to /

Hi All,

Can somebody help me with the new version 4 of nova how do i change /nova to / ? Normaly this was in a file in the nova dir.

0 likes
1 reply
Pixelairport's avatar

In config/nova.php is the path parameter. Do you mean this?

/*
    |--------------------------------------------------------------------------
    | Nova Path
    |--------------------------------------------------------------------------
    |
    | This is the URI path where Nova will be accessible from. Feel free to
    | change this path to anything you like. Note that this URI will not
    | affect Nova's internal API routes which aren't exposed to users.
    |
    */

    'path' => '/nova',

Please or to participate in this conversation.