Deploying a Laravel App on SuSE Linux Enterprise Server 11 SP3
Hi
I developed my first Laravel app by following the documentation on the site. Now I am stuck on the deployment stage. I have a SuSE Linux Enterprise Server 11 SP3 with Apache and PHP installed. I understand the index file is meant to be placed in /srv/www/htdocs folder.
How can I have my laravel application running on this server.
Thanks for your quick response. Firstly, I haven't deployed anything in my life. This is supposed to be my 1st. However, I tried to upload my project folder into this path (/srv/www/htdocs/myapp). I then tried to access my app in the web browser using link http://serverip/myapp/public/ . It gives me blank page and error: Failed to load resource: the server responded with a status of 500 (Internal Server Error)