Publishing PHP LARAVEL, BOOTSTRAP

Any tutorial on publishing using PHP Laravel/Bootstrap as my main domain?
TIA

yes, available in youtube
below the link

same process for laravel with bootstrap
simple steps for live
first upload project folder to server folder with bind your domain
next upload your database of project to server’s database also create database name password
next configure env file in server side uploaded project folder
next php artisan cache: clear and php artisan config:clear command in server side (through ssh)
if there is any error
kindly follow to error steps

Thank you so much, big help.