Custom Reaction Admin Panel (CRAP) is a web application created by the r/Ooer Discord staff team to help manage the Custom Reactions on the server.
- PHP 8.1 or higher
- Composer
- A web server (Apache, NGINX, etc.)
- A database (MySQL, MariaDB, Postgres, etc.)
- Discord OAuth2 credentials
- Clone the repository
- Run
composer install
- Copy
.env.example
to.env
and fill in the values - Run
php artisan migrate
Pull requests are welcome. The source code is MIT licensed.