Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经安装了 laravel 和 nova。现在 url 是www.example.com/public/nova/login. 我需要删除/public/nova/. 我怎样才能做到这一点?
www.example.com/public/nova/login
/public/nova/
默认情况下,您可以从以下位置访问 nova 安装
http://base_url/nova
如果要更改它,可以更改路径app/config/nova.php并更新路径。例如。
app/config/nova.php
'path' => '/admin',