Quick Installation & Getting Started Tutorial


Download & upload File
After you download file from evanto, you have to unzip that file, then upload moneypro folder to your server.
Setup Database
You need to import database to your hosting server, import moneypro.sql. If your hosting provider provide phpmyadmin, you can import moneypro.sql from there. This is a good tutorial setup database to help you if you not familiar.
Folder Permission
Make sure folder in public/upload is writable or file permission is 755
Database Connection
You need to change mysql credentials with your hosting provider. Please open .env file, sometimes .env file is hidden, so make sure you to unhidden that file, in cpanel you can do this.

  • Step 1. Log into cPanel & click “File Manager” under the files panel
  • Step 2. Click “settings” in the top right of the file manager
  • Step 3. Choose the Document Root (usually you can leave this as the default)
  • Step 4. Check the box titled “Show Hidden Files (dotfiles) & click Save

then in

http://localhost // change with your domain
DB_CONNECTION=mysql
DB_HOST=127.0.0.1 //mysql host
DB_PORT=3306 //mysql port
DB_DATABASE=moneypro //database name
DB_USERNAME=root //database username
DB_PASSWORD= //database password.

Please make sure you change that line correctly. After all is correct, please access the application through your domain, for default username & password:

Username: admin@example.com
Password: 123456

Don’t forget to change the default credentials from profile settings. If you need help installing dont hesitate to open support ticket