How to change Laravel 8 and Laravel 9 public folder to any other name and relocate the public folder to different path? Example: all Laravel files to folder "laravel_project" and public directory set as "public_html".
Folders structure for example:
/main_folder
/laravel_project
/app
/bootstrap
/config
/...
/public_html
/.htaccess
/favicon.ico
/index.php
/robots.txt
/other_folders