top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

We developed an AirWays web Application on Laravel PHP Framework.

+2 votes
504 views

We developed an AirWays web Application on Laravel PHP Framework.

Having daily active users 2000+ no's so we need to add few other features, and we dont want to stop the website on single day. We want a solution where can code independently on server and should be updated in real time. How?

Need Real time coding to be implemented onto the server?

posted Aug 6, 2014 by Mithun Kumar Muddan

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button
We at queryhome also have daily visitor or 2K/5K and we update the site without making down.

Though I don't know the laravel framework but if you are following any version control say SVN then you just need to checkin the code from the dev machine and at the production you just need to issue update and u will be done. Other version control are also very much similar...
Can you elaborate the version control on to the production server
Say you have a SVN server hosted on machine A.
Your development is on Machine B
Your production is Machine C

Now say your production branch is my_br you checkout code from this branch at the dev machine B and do the changes and checkin the code in the same branch.
At machine C which is running latest of my_br you issue the svn update and you are done (assuming the code is not having any issue)
Development in Local machine uploaded to production server,
SVN update not familiar to it .As Iam new to this thing.

Similar Questions
+1 vote

I have some doubts about pool of connections with my application developed in PHP. I want optimize the use of resources and database connections has a high computational cost. So the idea is keep a pool of open connections with database.
I'm using Apache webserver, language PHP and PostgreSQL database. In this case the pool of conections must be configured on Apache, PHP or PostgreSQL?

+1 vote

I've been doing some research on frameworks, etc. Everyone has one they like and even the development environments that you can get have their favorites and books seem to have their favorites. I've been looking at Cake, Symfony, Zend, PEAR-Flexy, Smarty, Joomla, etc., etc., etc. I'm not going to ask which framework everyone likes best because that's pointless.

All of the web hosting control panels/billing systems do not support the technologies that I'm currently using (dbmail, powerdns). To that end, I need to write my own. Should I be using a framework at all?

+1 vote

Need to implement searching technology for whole website using index,
Required alogrithm or logic for that in php

...