Installation Notes:
- Create/setup a new database
- Import 'database/data/ticksify.sql'
- Edit .env, update database credentials
- Upload all files to the root folder of your website
- SHH/Terminal to the folder, eg. cd /var/www/vhosts/yourwebsite/httpdocs
- Run the following commands:
composer install
php artisan key:generate
php artisan migrate
php artisan serve
New Features:
Bug Fixes:
- Added ability to export user data as CSV.
- Added ability to view Envato license information.
- Added ability to upload an avatar for users.
- Added ability to sort tickets by activity.
- Fixed wordbreak issue on ticket content in user view.
- Fixed auto-assignment bug when no agent is added to product assignees.