How Do I Move Laravel Project From Localhost To Production Server?

How Do I Move Laravel Project From Localhost To Production Server? Open Terminal. Clone git repository outside the public_html directory. Run composer install. Move contents of public directory to public_html and delete public directory from project. Edit index.php in public_html and set its permission as 644. How deploy laravel project from local to server? Open