Best laravel framework open-source packages.

Skyrim_alchemy

This laravel app wraps a database of skyrim alchemy effects and ingredients
Updated 1 year ago

Skyrim alchemy Logo

License

Skyrim alchemy

This app wraps a database of Skyrim alchemy effects and ingredients.

Export files also contain data for Oblivion and Morrowind, but the web app only works for Skyrim.
For the app for all games, see this

How to run

Set environment variables in .env file. There is an example file .env.example

Start containers
./vendor/bin sail up

Enter php container
docker-compose exec php-laravel bash

Inside the container:

Run migrations
php artisan migrate

Then populate the database
php artisan db:seed

App will be available at localhost

Export

Skyrim

json

The database is imported from csv files, you can find them here
effects csv
ingredients csv

Oblivion

json

Morrowind

json

Credits

credit for the data goes to hogart
and to all the people who contributed to fandom and to UESP

License

Licensed under the MIT license.

Tags databases