'How relocate public folder in Laravel 8, 9?

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


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source