I try to deploy my laravel project to FileZilla, but there are only a few files, it's:
1) .htaccess
2) .user.ini
3) index.html
I have no idea where I should put my laravel project and how to manage it.
I thought there's gonna be public_html right there. This is my first time hosting my laravel project
FileZilla is an application on your Client to connect to a server via FTP (File Transfer Protocol). FTP is a protocol like HTTP. Its purpose is transferring files from your device to the server, which is hosting your site to the internet. It's sort of a remote file browser for your server. So you need to get a hosting provider which provides you a web server. From your hosting provider, you'll get a server address, user and password you can use in FileZilla to connect to the server and upload your Laravel files.