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