This project is a little helper to keep track of my personal manga collection. It allows me to save series with their ISBNs and publish dates and set a status for each book. (New, Ordered or Delivered)
I also use this project to improve my Laravel skills as I'm mainly a .NET developer. So please expect bugs, bad code style and probably some hacks.
- Make sure to have Laravel 8.X requirements installed
- Clone this repository
- Run
composer install --no-dev
- Set your credentials and settings in
.env
- Run
php artisan migrate
- Set up the
DocumentRoot
correctly (points to/public/
folder) - As series covers are stored publicly run
php artisan storage:link
- or
ln -s ./storage/app/public ./public/storage
if you are on a shared webspace
You are very welcome to create a Pull Request. Please consider using proper commit messages describing the change (i.e. not only fix
or something like that) and assign me as a reviewer.
If you want to bring in new features, please create an issue for discussion first.
MIT