Pin Taxi
Created: 17 nov 2021
Author: Mahmoud Lotfy - Egypt
Contact: CodeCanyon Profile
Thank you for purchasing the app. If you have any questions that are beyond the scope of this help file, please feel free to message me via my user page contact form here. Thanks so much!
Table of Contents
How to Import Web Files?
Below are the steps to upload backend files to your Server
- Click on the "File Manager"
- Then Click on the "public_html" folder
- Now select "www" which is placed in "public_html"
- Open Web code folder from source code which you download from CodeCanyon then you can see compressed web-code.zip
- Click on upload button & select web-code file from web code folder
- It would be uploaded successfully
- go to cpanel again and open terminal and select the project directory then run this commands
" composer install "
" npm install "
" sudo chmod 600 storage/oauth-*.key "

How to Import & Configure Database?
- Open MYSQL Databases for creating & configuring database
- Create database & write its name
- Create new user for database by writing username & password for database
- Copy the credentials like Username & password for later use in .env file
- Add the user to required database by selecting database & its user which you want to add
- Click "phpMyAdmin" and select your database from list & import the sql file from
web code folder > db.7z


How to configure .env file ?