The project is an app that is coded in PHP, HTML, CSS3, Javascript, JQuery, Laravel ORM. I am currently able to run on a platform called XAMMP on my localhost. Currently, I am trying to deploy the app on a web hosting server by the name of "WebFaction"; however, there seems to be a framework error when uploading a Laravel app (has a Laravel MVC framework). I am using a free SFTP & FTP client to transfer my local files to remote servers.
Here are some other resources that I have already attempted; however, I have failed in deploying my app on the web server due to some issues:
- https://frontiernxt.com/deploying-a-laravel-app-to-webfaction-using-bitbucket
- https://coderwall.com/p/3cjmia/setting-up-a-laravel-5-4-app-on-webfaction
- https://laravel.io/forum/03-06-2015-how-to-setup-laravel-5-in-shared-hosting
The 3rd resource is working on hosting a laravel app on CPanel.
*NOTE: I know this isn't the most secure way of doing this method. This is a temporary fix.