Hey guys. I have been searching for 4 hours on how to deploy my site.
I moved from codeigniter so it's been a good journey for me. I have no idea how to deploy my site to my VPS that is installed in CentOS. I created a cPanel just for this to test out.
I searched for tutorials on YouTube but they're all based on Laravel 4.0
I saw Jeff's video on deploying but it's to some other company. I have looked all over, but they're all showing you how to deploy using DigitalOcean, forge, etc.
I just want to deploy it to my WHS->cPanel which is running on CentOS.
How can I do this?
Thanks.
When I simply upload my entire application folder in my public_html folder, and visit mysite.com/public, I get a blank page and when I check my error log, I see this: "[19-Dec-2015 21:14:59 America/Detroit] PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home/saver/public_html/blog/public/index.php on line 50"
I have tried doing this with a fresh installation of Laravel but same issue.
How the heck do I do this?
thanks guys :)