To run this project, you must have PHP 7 installed as a prerequisite.
Begin by cloning this repository to your machine, and installing all Composer dependencies.
git clone git@github.com:rin4ik/council.git
cd council && composer install
php artisan key:generate
mv .env.example .envUntil an administration portal is available, manually insert any number of "channels" (think of these as forum categories) into the "channels" table in your database.
Visit: http://council.test/register and register an account.
- Edit
config/council.php, adding the email address of the account you just created. - Visit: http://council.test/admin/channels and add at least one channel.