Laravel 4: How to deploy Laravel 4 project?
-
Hi, I have created a project using Laravel 4 and i would like to deploy it on a shared hosting server. I've never done this before so bare with me :) ... Can someone give a step to step guide on how to deploy the project? Thanks in advance
-
Answer:
Maybe this will help: http://forums.laravel.io/viewtopic.php?id=1258 OR: http://stackoverflow.com/questions/17152953/deploying-laravel-4-on-hosting-server Also, Is it a Linux server? do you have ssh access?
Agam More at Quora Visit the source
Other answers
Hey, I followed the following guide and it works like a charm :D http://stackoverflow.com/questions/16683046/how-to-install-laravel-4-to-a-web-host-subfolder-without-publicly-exposing-app
Haseeb Khan
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:
- How to deploy my jboss servlets to GoDaddy and make it available to my Android client?Best solution by Webmasters
- How to deploy a server script?Best solution by Stack Overflow
- How to extend Laravel 5 auth properly?Best solution by Stack Overflow
- How to deploy ruby script?Best solution by stackoverflow.com
- How to deploy MEAN stack on Azure?Best solution by goodheads.io
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.