Solved Can you please write and maybe show in a video how install Uvdesk on XAMPP?
-
Today you announced UVdesk 1.1.0 but I'm unable to update due errors.
You also forget to create the zip file here: https://cdn.uvdesk.com/uvdesk/downloads/opensource/uvdesk-community-current-stable.zip still be the old 1.0.18
I'm unable to install UVdesk on local because get errors about php mailparse, I'm unable to install on Windows Xamp with composer so I'm unable to generate the uvdesk-community-current-stable.zip
-
@peopleinside
Please check this blog for how to install Uvdesk using Xampp on windows: here -
On Windows 11 for try to install UVdesk in local I do:
- Download and install Xampp for Windows PHP 8.1
- Download and install composer for Windows
- Download mailpharse: Thread Safe (TS) x86 https://pecl.php.net/package/mailparse/3.1.3/windows
- Unzip the archive and moving php_mailparse.dll to C:\xampp\php\ext
- Adding
extension=mailparse
to C:\xampp\php/php.ini - Opening Xampp
- Starting Apache
- Opening terminal
- Giving command: composer create-project uvdesk/community-skeleton helpdesk-project
But giving errors:
And if I try to load from browser:
What is wrong?
Can you made a guide? -
@peopleinside
Please check this blog for how to install Uvdesk using Xampp on windows: here -
peopleinside