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:
- create new database phpmyadmin of new cpanel
- import previous database new database
- in app/config/database.php change data config new database configure
- just transfer files , folder new cpanel
if paths not changed website should work fine.
Comments
Post a Comment