
## 1. Change ```public_html``` directory name
1. Go To File ```bootstrap\paths.php```
2. Change ```'public' => __DIR__.'/../public_html'``` To ```'public' => __DIR__.'/../{NEW_PUBLIC_HTML_NAME}'```
3. Go To File ```.htaccess```
4. Change ```RewriteRule ^(.*)$ public_html/$1``` To ```RewriteRule ^(.*)$ {NEW_PUBLIC_HTML_NAME}/$1```


## 2. Change Borrower UI Prifix
## 3. Change Admin UI Prifix
