Please do these steps after clone project:
- Change project name as you wish. Example: 'myProject'
- Please change /app/config/config.php file according to your project name.
From:
define('BASE_URL','http://localhost/sms/');
define('BASEPATH',$_SERVER["DOCUMENT_ROOT"].DS."sms/");
To:
define('BASE_URL','http://localhost/<your project name>/');
define('BASEPATH',$_SERVER["DOCUMENT_ROOT"].DS."<your project name>/");
Example:
define('BASE_URL','http://localhost/myProject/');
define('BASEPATH',$_SERVER["DOCUMENT_ROOT"].DS."myProject/");
-
Download DB file from here. https://drive.google.com/file/d/1LEGSJ2stlcGSCG8ML2T6VahexBBQSw36/view?usp=sharing
-
Create a mysql DB named 'sms-final'
-
Import downloaded sql file to created database.