Import and deploy
In this part, we will cover how to import the project and make website live.
Import file
First open
File managerfrom cPanel.
Now select
public_htmlfolder and selectUploadbutton.
Now upload the
digital-hr-file.zipfile. Points shown in image down below.Now right click on
digital-hr-file.zipfile and clickExtractoption.Double click
digital-hr-filefolder and selectSelect Allbutton.Now click
MovebuttonIn path, remove current folder name:
digital-hr-file.Click
Move Files.

After import is successful, right click
.envfile and select edit button. If you get a popup, you will see edit button again. Click edit button and you will be redirected to edit view.
Now do the changes as shown in image

Select Save Changes button.

Laravel setup
Now search
terminalin cPanel.Now type as follows:
cd public_htmlcomposer installphp artisan migratephp artisan passport:installphp artisan key:generatephp artisan storage:linkphp artisan db:seedcomposer dump-autoload
This is all you need to make DigitalHR fully working. Now you can access DigitalHR using your-domain-name.com.
Access admin portal
admin123
admin123
Last updated