joedixon / nova-translation

53 stars 17 forks source link

How to disable User interface from joedixon/laravel-translation? #12

Open zippbl4 opened 5 years ago

zippbl4 commented 5 years ago

Nova panel allowed editing translations. But from the main package (joedixon/laravel-translation), this opportunity also remained. How to disable?

Krato commented 4 years ago

I just change ui_url option to '' so your routes should overwrite the route.

/*
    |--------------------------------------------------------------------------
    | UI URL
    |--------------------------------------------------------------------------
    |
    | Define the URL used to access the language management too.
    |
     */
    'ui_url'              => '',