Install on hosting
The video tutorial guide how to install in hosting https://www.youtube.com/watch?v=zFbWYpjuFJk&t=105s
- Upload all files into the root folder of your hosting (normally, it is
public_html) .

- Create a database from database management, then import the database.sql file (this file in source code)

- Open file
.envand update your credentials.
- You need to set up database connection before doing the next steps.
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE="your-database"
DB_USERNAME="username"
DB_PASSWORD="password"- Make sure
APP_URLin.envis correct your domain. It should beAPP_URL=http://your-domain.com
- Well done! Go to admin panel to manage your site
http://your-domain.com/admin
The default admin account is
admin-12345678
Notes: We are providing free installation service on Cpanel or Direct Admin for 1 time. So you can contact us for installation if you can't do it successfully. Our contact thesky9.com@gmail.com