Appearance
AIQuiz Master System Requirements
Make sure you have system requirements properly.
For installation, you should have primary knowledge of Laravel, Livewire, Filament & Tailwind.
Technologies Used
This system uses multiple technologies to give the best possible experience.
- PHP 8.2+
- Laravel 11.x
- MySQL 5.7+
- Tailwind 3.x
- Filament
Primary Requirements
You can read about laravel Requirements here.
Optional: You can also update the below variables in the php.ini file if you want to upload bigger files.
ini
upload_max_filesize = 50M
max_file_uploads = 50
post_max_size = 100M
Domain Pointing
You will need to create a virtual host to set up AIQuiz-Master. You can find steps here to create a virtual host.
Point your domain or subdomain to the public directory inside the AIQuiz-Master folder.
Please note that CrowdFunding must be installed on a primary domain or subdomain. Installing on a sub-folder will not work, for example:
js
example.com/AIQuiz-Master (Invalid)
localhost/AIQuiz-Master (Invalid) (if you are putting it in sub folder or root website)
example.com (Valid)
local.aiquiz-master.com (Valid)
aiquiz-master.test (Valid)
Open the link to the domain in the browser (e.g local.aiquiz-master.com).