Requirements

  • PHP 8.1
  • PDO php extension
  • Fileinfo PHP extension
  • Curl php extension
  • Zip php extension
  • Apache 2 with mod_rewrite
  • Linux server
  • MySQL 5.7+ with InnoDB

Installation

with composer

composer create-project arikaim/arikaim {project-name}

current folder

composer create-project arikaim/arikaim .

with git

1.

git clone https://github.com/arikaim/arikaim.git . 

2.

composer update