Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

oka_'s avatar
Level 1

Deploy Laravel to Filezilla

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

0 likes
2 replies
jlrdw's avatar

Filezilla is an FTP client, not a host. What is your hosting provider.

1 like
baumanma's avatar

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.

Please or to participate in this conversation.