Do they not allow SSH access?
If not, use FTP to upload (could use git-ftp).
Is this shared hosting?
If you don't have ssh access or the ability to run composer on the server; you will need to build a complete package of your app and then upload it to go daddy.
To build the package just run composer upload on your computer and then upload the entire folder to include the vendor folder. Just know that you will loose the ability to get updates from laravel and other vendors via composer on the server. You will have to build a new package each time a vendor updates.
Yeah it is shared hosting. I have message, mailing functionality and payment gateway in my app. so weather the application will work slow in this functionality as it is shared hosting ?. Thank you for your suggestion.
Thank you for your suggestion.
Shared will never be as good as cloud/dedicated but depends how fast you need/want it.
bbashy said:
Shared will never be as good as cloud/dedicated but depends how fast you need/want it.
I agree with this.
Honestly, you can get a free dedicated host through AWS (aws.amazon.com) on a tier 2 server for a year. My servers are running at about 250-400ms response times on this service and it has been great so far. It takes a little more knowledge than a regular hosting; but is very worth it in my opinion.
Beanstalk is an amazing tool in AWS to launch Laravel packages.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community