-PHP (CodeIgniter)
-MySQL
- Run
composer install
- Create database in your local mysql server
- Adjust the ff. in .env
APP_ENV=local
DB_HOST=
DB_USERNAME=
DB_PASSWORD=
DB_NAME=
PHP version 5.6 or newer is recommended.
It should work on 5.3.7 as well, but we strongly advise you NOT to run such old versions of PHP, because of potential security and performance issues, as well as missing features.