php - Move laravel project to new server -



have existing laravel (v4) project in 1 server. want upload new server. can explain steps how this?

i new in laravel. have done far:
have downloaded files machine , uploaded new cpanel server. created mysql database , imported tables.

follow following steps:

  1. create new database phpmyadmin of new cpanel
  2. import previous database new database
  3. in app/config/database.php change data config new database configure
  4. just transfer files , folder new cpanel

if paths not changed website should work fine.


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -