/godot-asset-library

PHP frontend for Godot Engine's asset library

Primary LanguagePHPMIT LicenseMIT

Godot's Asset Library

REST API and frontend for Godot Engine's official asset library.

Installation

Run the following commands to get a running installation of the project:

composer install
bower install
cp src/settings-local-example.php src/settings-local.php

Now you should proceed to update src/settings-local.php with your DB password and session secret.