How to deploy Laravel (with Filament) to a cPanel shared hosting in separate folders?
I have a Laravel + Filament environment running locally and I had setup some Github actions to deploy on a shared hosting, depending on the pushed branch (branch develop -> develop public_html/develop directory and branch staging -> public_html/staging directory). I…