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
We highly recommend using redis for caching, session handling and queues.