Skip to content
Snippets Groups Projects

MySchoolDay

A school roster project for yh4f

Usage:

Config

Make sure to edit the config.

Copy the template cp public/config/config.template.ini public/config/config.ini

And edit the copied file public/config/config.ini

Setup

For apache2 make sure to have the directory block like this:

<Directory /folder/to/myschoolday/>
        AllowOverride All
        Require all granted
</Directory>