Documentation
Updated: 8th June 2024
Others
Developer Guideline
If you’re a developer and want to run the project on your development platform, please follow these instructions. First, create your database. Then open .env from the project folder, and write database name, database host name, database password. After then open your project terminal and run this command:
- composer install
- php artisan key:generate
- php artisan storage:link
- php artisan migrate:refresh --seed
- php artisan serve
- Create a file with the name installed in storage folder
Now open your browser and browse (http://localhost:8000) and you will see the login page.
Release Log
Version 1.0 - April 2024
Version 1.1 - April 2024
Bug fix- Resolved minor bugs.New Feature- Multi-language support with translation module
Version 1.2 - April 2024
New Feature- Custom contact fields module
Version 1.3 - May 2024
New Feature- Chat Tickets moduleBug fix- Signup 500 error.Bug fix- Social login.Bug fix- Bulk contact import.
Version 1.4 - June 2024
New Feature- Whatsapp embedded signup moduleNew Feature- Template variables setup.New Feature- Template formatting.New Feature- Timezone setup on customer accounts.New Feature- Export campaigns.New Feature- Disabling the frontend page.New Feature- Adding variables to automated replies.New Feature- Chat Pagination.New Feature- Added trial limits.New Feature- Sound notifications.New Feature- Deleting campaigns.Bug Fix- Contact images issue.Bug Fix- Trial account unable to add contacts.Bug Fix- Template button preview.Bug Fix- Contacts without contact fields not displaying.
Version 1.5 - June 2024
Bug Fix- Campaigns error issue.Bug Fix- Automation issue.Bug Fix- Deleting users and organizations concurrently.Bug Fix- Chat media messages failing to display.Bug Fix- AWS media upload issue.