A self-hostable, simple web service to keep track of your owned mangas.
composer install --no-dev --no-scripts
php artisan migrate
php artisan make:user
npm install
npm run prod
@php -r \"file_exists('.env') || copy('.env.example', '.env');\"
If you want to use the MAL API fetching automatism you have to setup a cronjob:
$ sudo crontab -e -u www-data
Add the cronjob (please adjust the path if necessary):
* * * * * php /var/www/html/manga-organizter/artisan schedule:run >> /var/www/html/manga-organizer/storage/logs/scheduler.log 2>&1
MIT (https://github.com/Kaishiyoku/manga-organizer/blob/master/LICENSE)
Twitter: @kaishiyoku
Website: https://andreas-wiedel.de
MAL: kaishiyoku