FusionCMS has a few system requirements. All of these requirements are satisfied by the Laravel Homestead virtual machine, so it's highly recommended that you use Homestead as your local FusionCMS development environment.
However, if you are not using Homestead, you will need to make sure your server meets the following requirements:
- PHP >= 7.2.0
- BCMath PHP Extension
- Ctype PHP Extension
- Fileinfo PHP extension
- JSON PHP Extension
- Mbstring PHP Extension
- OpenSSL PHP Extension
- PDO PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
Directory Permissions
Before installing make sure the following folder at least meet the recommended permission:
Folder | Recommended |
---|---|
storage/framework/ |
755 |
storage/logs/ |
755 |
bootstrap/cache/ |
755 |