Skip to content
Matti Kiviharju edited this page Jun 24, 2024 · 12 revisions

Welcome to the i4ware AI Assistant Real-Time Chat wiki!

Install Development Environment

Install a XAMPP with PHP 8.2.+

Please install a XAMPP with PHP 8.2.+ from address below:

https://www.apachefriends.org/download.html

Important! Laravel 9 and or 10 do not work with PHP 7 and or 8.1.

Before you run composer install command in Windows PowerShell/CMD/Terminal you need to enable various PHP extension in php.ini file in folder C:\xampp\php.

List of PHP extensions to enable is zip, sodium and gd. Please restart XAMPP Apache 2 after change of php.ini file.

Install a Composer

Please install a composer from address below:

https://getcomposer.org/download/

Install a Node.js LTS

Please install a Node.js LTS from address below:

https://nodejs.org/en/download/

Clone this wiki locally