php - (How) Laravel Deploy with FTP -


i built laravel project , use localhost command "php artisan serve" test project

but now, want host on server. connected server using filezilla. , tested can put simple abc.html file , can accessed ___.com/abc.html

how deploy laravel project server? can upload whole laravel project server can access without command? or must need remote ssh , install something?

thanks!

simply drag , drop root folder server's root. not public_html directory. thing should in public_html directory laravel's "public" directory (thus have rename it, depending on server's settings).

do not put configuration files inside public_html folder or able access them , steal data.


Comments