Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 845 Bytes

File metadata and controls

30 lines (19 loc) · 845 Bytes

OpenAlbion

OpenAlbion is a free and open-source platform providing Albion Online data and an API.

OpenAlbion Preview

Documentation

Read the full documentation at openalbion.com.

Self-host

Self-hosting our project is easy - simply clone the repository and set it up on your own server.

Installation

Our project is built using Laravel framework, making it easy for you to set up just like any other Laravel project.

git clone https://github.com/OpenAlbion/api.git openalbion
cd openalbion
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate

License

The OpenAlbion is open-sourced software licensed under the MIT license.