Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 798 Bytes

server_requirements.md

File metadata and controls

18 lines (13 loc) · 798 Bytes

Collejo

Installation Documentation

Server Requirements

Since Collejo is written on the Laravel framework, it requires the same system requirements Laravel requires. Of course, all of these requirements are satisfied by the Laravel Homestead virtual machine, so it's highly recommended that you use Homestead for your local Collejo installation environment.

However, if you are not using Homestead, you will need to make sure your server meets the following basic requirements:

  • PHP >= 5.5.9
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • MySQL 5.6 or newer
Optional Recommend Requirements:

We highly recommend using redis for caching, session handling and queues.