What is wrong with this Laravel 5 response?

Laravel 4: How to deploy Laravel 4 project?

Agam More at Quora Visit the source

Was this solution helpful to you?

Other answers

You can use Capistrano (http://code.tutsplus.com/tutorials/deploying-a-laravel-application-using-capistrano--net-35685.). Originally, capistrano is used by Ruby On Rails community to deploy Rails web-apps, but i have experience using it with Laravel project too. It is very simple. You deploying application by just one command in command line, something like this - cap production deploy.

George Chkhvirkia

I would strongly suggest that you start using a deployment-service for this, if you're a beginner, it's even better to start doing it right from the beginning. :) I recommend https://envoyer.io/ for this, it's a deploymentservice built for Laravel by the founder of Laravel, with zero downtime deployments and easy rollbacks. Works like a breeze! :)

Joakim Rosen

I wouldn't recommend shared hosting for deploying Laravel hosting. Shared hosting has serious issues. The server resources are shared with multiple customers. This affects the performance of your website and leads to security issues. A better alternative to shared hosting is infrastructure hosting. You can use Cloudways () to deploy your Laravel website on AWS, Google Compute, DigitalOcean and Vultr in just few minutes using their one click installation feature. Hosting providers, like AWS, have amazing security features and performance. You can use CDN to boost your performance and S3 storage to store backup. Here is a blog post that shows how easy it is to deploy application on cloud using their platform. http://www.cloudways.com/blog/install-laravel-on-aws/

Muhammad Azaz Qadir

Deploying Laravel project on shared hosting is as easy as reading this article http://www.stuckcoders.com/how-to-host-your-laravel-project-in-a-shared-hosting/

Oshomo David Oforomeh

I have successfully deployed by following these steps and have written a guide to help others, might be helpful  http://devendraverma.com/laravel-install-laravel-4-on-a-shared-host/

Devendra Verma

Laravel is an open source, PHP based web application framework that follows MVC architectural pattern. It employs a fast development approach for developing high-quality web applications with modular programming and stress-free coding. Laravel is the preferable PHP framework for web application development for several reasons.Read More @ http://bit.ly/2apM9Aj

Shankar Raju

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.