Item Name | Qopi |
Author | Frameborder |
frameborder.code@gmail.com | |
Version | 2.1.0 |
Created | 27/11/2017 |
Updated | 21/12/2017 |
Introduction
Thank you for purchasing our script, using our script, you can generate your own 'WhatsApp Click to Chat' API link and short links easily. Simply setup the database and your script is ready to use.
Features
- Laravel 5.5.8
- WhatsApp preview
- No need installation, just setup a few minutes
- Send the generated link to the email (SMTP needed)
- AJAX form
- Copy to clipboard
- Modern design
- Fully responsive
- Ads space
- QR Code
- 3 types of links are generated which are link text, QR code and HTML hyperlink New!
- Admin Panel New!
- Responsive admin panel
- Quick stats on the dashboard
- Admin user management
- Link managemenet
- Pages system
- Statistics with chart
- AJAX datatables on each table
- Export to Excel and CSV
- Settings page
- Editable route admin page
- more ...
Installation
Set aside a few minutes of your time to setup this script.
-
Extract this script into the root directory of your web server
If you are using cPanel, go to , double click on folder, then upload and extract the script in this folder.
If you use another web server, maybe your root folder is 'www' or 'htdocs'.
- Create a new database on your server
-
Adjust database detail in the file
... DB_DATABASE=YOUR_DATABASE_NAME DB_USERNAME=YOUR_DATABASE_USER DB_PASSWORD=YOUR_DATABASE_PASS
- Import file to your database
- Done
If still having trouble in the installation phase, please send your server details to us at frameborder.code@gmail.com then we will help you to install it.
Configuration
In this script, you can change the title of your site and specify the application url.
Change
Open the file and change the value of the key to the name of your site.
Change
Open the file and change the value of the key to the URL of your site.
If you want to activate the feature of sending link to email, you have to configure for mail driver first.
...
MAIL_DRIVER=YOUR_SMTP
MAIL_HOST=YOUR_SMTP_HOST
MAIL_PORT=YOUR_SMTP_PORT
MAIL_USERNAME=YOUR_SMTP_USER
MAIL_PASSWORD=YOUR_SMTP_PASS
MAIL_ENCRYPTION=YOUR_SMTP_ENCRYPTION
MAIL_FROM_ADDRESS=YOUR_ALIAS_ADDRESS
MAIL_FROM_NAME=YOUR_ALIAS_NAME
if you use Gmail SMTP you can follow the following configuration.
...
MAIL_DRIVER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=465
MAIL_USERNAME=YOUR_EMAIL
MAIL_PASSWORD=YOUR_EMAIL_PASSWORD
MAIL_ENCRYPTION=ssl
MAIL_FROM_ADDRESS=YOUR_EMAIL
MAIL_FROM_NAME=YOUR_ALIAS_NAME
on Gmail SMTP you can't use . For more information: https://laravel.com/docs/5.5/mail#driver-prerequisites
Queue
Also, you can use the feature when using the send email feature to keep the app running lighter. https://laravel.com/docs/5.5/queues#running-the-queue-worker
Customization
You can do a little customization on this script by going to Settings Page in your Admin Panel.
Admin Panel
Default, you can access admin panel via . However, you can change it in the key in the file.
Demo Mode
Set to in key in file.
Credits
We would like to say thank you to all who made the jQuery plugins and something else that have been used in this script.
Laravel - Taylor Otwell - MIT License
jQuery - The jQuery Foundation - MIT License
Bootstrap - Bootstrap Core Team - MIT License
Clipboard.JS - Zeno Rocha - MIT License
Prism.JS - PrismJS - MIT License
jQuery.easeScroll.JS - Ivmello - MIT License
Support
You can contact us by email at frameborder.code@gmail.com or visit the multinity.com website. You can also make new feature requests to us and we will consider them.