Recently Updated Pages
Upgrading Ticaga Manually
To upgrade Ticaga, simply upload the new files. wget -N https://ticaga.com/latest.zip unzip lat...
Install Ticaga
Let's log into the new user we created earlier: su ticaga Let's give our www folder the correct...
Install Ticaga
Let's log into the new user we created earlier: su demo Let's give our www folder the correct p...
Our default .env file
Sometimes you may break or not get the .env included in the zip, I'm hoping to resolve this soon:...
Ioncube loaders
Firstly we need to install unzip: sudo apt-get install unzip -y We'll need that for Ticaga late...
Install PHP
Now we've got Apache sorted, we can install PHP, we recommend the Remi Repo for this, however you...
Install PHP
Let's install PHP: Firstly we need to get the Ondrej repo ready for 8.4: sudo add-apt-repositor...
Requirements
Ticaga requires the latest version of PHP, this is because we pride ourselves on being up-to date...
Requirements
Ticaga requires the latest version of PHP, this is because we pride ourselves on being up-to date...
Ioncube Loaders
Ioncube loaders are required for Ticaga as we encodeĀ 8 files for licensing purposes. Without thi...
How to extend Ticaga functionality?
Out of the box, Ticaga encodes files for licensing purposes, this means it's hard to edit the cor...
Customers welcome page
Underneath the tickets widget for the customers is a content box, this can be customised by editi...
Dashboard page
You can edit the dashboard page by editing the following file: resources/views/dashboard.blade.p...
Welcome Page
You can modify the welcome page on your Ticaga installation by editing the following file: resou...
Overview
At Ticaga, we wanted to make it easy for you to customise your statuses, everyone has different s...
Virtual Host
Now we need to create the virtual host file to show Ticaga to the world. Let's create the ticaga...
Update the server & install Apache
To run Ticaga, we need to update the server: sudo dnf update -y && sudo dnf upgrade -y After we...
Database
Now we've got PHP sorted, we can now sort out the database, this is where all your Ticaga tickets...
Virtual Host
Okay, I'm sorry we've just called this Virtual Host, however that is exactly what it is, however ...
Install Composer
We need to install Composer as it's a dependency manager for PHP and we use it for Laravel. php ...