/var/softaculous/handesk
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
.env12330644editdlrm
.htaccess2010644editdlrm
edit.php45460644editdlrm
edit.xml4470644editdlrm
extend.php92180644editdlrm
fileindex.php4700644editdlrm
import.php27870644editdlrm
info.xml23480644editdlrm
install.js9210644editdlrm
install.php51740644editdlrm
install.xml8450644editdlrm
md522590644editdlrm
notes.txt9620644editdlrm
update_pass.php5410644editdlrm
Edit: /var/softaculous/handesk/notes.txt (962B)
1. Install Composer and create zip of package 2. configure .env file install through command php artisan key:generate php artisan migrate --seed php artisan storage:link https://github.com/BadChoice/handesk#installation 3. PHP REQUIREMENT LINK : see composer.json require 4. Keep bootstrap/cache/services.php and packages.php in zip NOTE : IN version 1.3.3. forget password link not working. Vendors have added in their enhancement issues in github 5. openssl, pdo_mysql, mbstring, iconv added in Requirement as many functionality does not work without it. 6. On PHP 7.4, we get error while creating tickets in manual install. So we have added restriction in info.xml for PHP 7.4. 7. Delete Procedures and functions of DELIMETER if it's empty because it results in error while importing sql through softaculous. 8. We have modified .env.example (line no. 39,49) as it was giving error while installing manually. https://github.com/BadChoice/handesk/pull/767