A secure, open source torrent cache.
Via Composer
composer create-project owenvoke/cachent
- PHP >= 8.2
- MySQL >= 5.7, MariaDB >= 10.3, or another supported database
- Composer >= 2.0
- A PHP Compatible Webserver
- Run
composer install --no-dev
in the Cachent project directory. - Copy the
.env.example
file to.env
and fill with your own database and mail details. - Ensure the
storage
andbootstrap/cache
directories are writable by the server. - Run
php artisan key:generate
to generate a unique application key. - Set up your web server to point to the
public
directory. - Run
php artisan migrate
to update the database.
Please see CHANGELOG for more information on what has changed recently.
composer test
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.