Как я могу установить это правило перезаписи в Laravel Valet?
if (!-e $request_filename){ rewrite ^(.*)$ /index.php?path=$1; }