Here is the complete guide how to upload your project in shared hosting.... http://www.larademy.com/tricks/upload-laravel-cpanel/
Laravel on Shared Hosting
having issues with my laravel upload on shared hosting. the error log shows this:
[24-Sep-2016 06:58:53 Africa/Lagos] PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home/esquarem/public_html/public/index.php on line 50 [24-Sep-2016 07:06:10 Africa/Lagos] PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home/esquarem/public_html/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php on line 146 [24-Sep-2016 07:06:14 Africa/Lagos] PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home/esquarem/public_html/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php on line 146 [24-Sep-2016 07:06:25 Africa/Lagos] PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home/esquarem/public_html/public/index.php on line 50 [24-Sep-2016 07:11:46 Africa/Lagos] PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home/esquarem/public_html/public/index.php on line 54 [24-Sep-2016 07:12:19 Africa/Lagos] PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home/esquarem/public_html/public/index.php on line 54 [24-Sep-2016 07:23:47 Africa/Lagos] PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home/esquarem/public_html/public/index.php on line 51
Ok guys. Thanks for your answers. I was able to upload it after changing the php version in my cpanel. I am planning on making a tutorial on how to upload a laravel site soon. thanks a lot
Please or to participate in this conversation.