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

mkaya's avatar

Laravel Deploy

Could you any one tell me how can i configure Laravel in live production server Apache, mySQL and Laravel 5 please write step by step instruction. I am not admin of site for storage folder only owner access 755 and i want to use sample site with this host www.isletme.hacettepe.edu.tr/test/

0 likes
1 reply
mikevrind's avatar

Have you already tried reading the documentation about on how to install the framework? http://laravel.com/docs/5.0 You can also find a few lessons here on Laracast that cover the installation.

If you can't user composer on the server (due to the lack of CLI access) then you should run these commands locally and use FTP to transfer the files from your computer to the server. But this will take some time.

Please or to participate in this conversation.