pxgamer/cachent

This package is abandoned and no longer maintained. The author suggests using the owenvoke/cachent package instead.

A secure, open source torrent cache.

Maintainers

Details

github.com/pxgamer/cachent

Source

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 8

Type:project

v1.1.2 2017-12-06 09:44 UTC

This package is auto-updated.

Last update: 2023-06-08 10:38:05 UTC


README

A secure, open source torrent cache.

Latest Version on Packagist Software License Total Downloads

Install

Via Composer

composer create-project owenvoke/cachent

Usage

Requirements

Configuration

  1. Run composer install --no-dev in the Cachent project directory.
  2. Copy the .env.example file to .env and fill with your own database and mail details.
  3. Ensure the storage and bootstrap/cache directories are writable by the server.
  4. Run php artisan key:generate to generate a unique application key.
  5. Set up your web server to point to the public directory.
  6. Run php artisan migrate to update the database.

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

composer test

Security

If you discover any security related issues, please email security@voke.dev instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.