Using the Laravel web framework written in PHP. The frontend is written using the blade templating engine and tailwindcss.
git clone https://github.com/GarvJain03/biscuits-v2.0.git
composer install
cp .env.example .env
DISCORD_WEBHOOK_URL
php artisan migrate:fresh --seed
Username: RoboKnights
Password: adminadmin
php artisan serve
guest
and admin
middleware for authorization. They can be found in app/Http/Middleware
.