I built a laravel project and I normally use localhost with the command \"php artisan serve\" to test my project
But now, I want to host on server. I successfully connec
Did you make sure that you pointed the web server to the public/ folder? There is an index.php file in that folder that bootstraps the entire site.
public/
index.php