How to transfer domain ?
Follow the flowing steps to to transfer domain to another domain.
1. Copy all the files from origin to destination domain file path
2. Edit the .env file and change "APP_URL" with your new app url
Note: If you face any kind of problem while uploading images, please check the following things -
1. Firstly check if there is a symbolic link of "storage" folder exists inside "public" folder in root directory. if not, "symlink" function is not enabled in your PHP environment. You must enable "symlink" function.
2. Secondly check if all folders and sub folders inside "storage/app/public/all_files" has "read" & "write" permission. If not please give them "read" & "write" permission.