Skip to content

The platform for the second edition of Biscuits, a CTF format circuit hunt organized by RoboKnights.

Notifications You must be signed in to change notification settings

GarvJain03/biscuits-v2.0

Repository files navigation

Biscuits v2.0

Using the Laravel web framework written in PHP. The frontend is written using the blade templating engine and tailwindcss.

Setup

Clone the repository

git clone https://github.com/GarvJain03/biscuits-v2.0.git

Install Dependecies

composer install

Fill out .env

cp .env.example .env

Add Webhook Url in .env (For Discord notifications)

DISCORD_WEBHOOK_URL

Run migrations and seed database

php artisan migrate:fresh --seed

Admin Credentials

Username: RoboKnights
Password: adminadmin

Run App

php artisan serve

Middleware

guest and admin middleware for authorization. They can be found in app/Http/Middleware.

About

The platform for the second edition of Biscuits, a CTF format circuit hunt organized by RoboKnights.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published