Go to file
dependabot[bot] 7eed612a4c Bump phpmailer/phpmailer from 5.2.27 to 6.5.0
Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 5.2.27 to 6.5.0.
- [Release notes](https://github.com/PHPMailer/PHPMailer/releases)
- [Changelog](https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md)
- [Commits](https://github.com/PHPMailer/PHPMailer/compare/v5.2.27...v6.5.0)

---
updated-dependencies:
- dependency-name: phpmailer/phpmailer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-22 15:21:28 +00:00
2020-04-14 23:08:14 +03:00
2020-04-14 23:08:14 +03:00
2018-07-31 23:24:39 -03:00
2020-03-11 15:58:41 +01:00
2018-07-31 23:24:39 -03:00

Godot's Asset Library


Note: This asset library backend and frontend is now in maintenace mode. Feel free to submit bug fixes and small improvements, but please refrain from working on large features. New development occurs in godot-asset-library-laravel which will eventually be deployed as the official asset library.


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

Endpoints

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.

Browser support

When working on new features, keep in mind this website only supports evergreen browsers:

  • Chrome (latest version and N-1 version)
  • Edge (latest version and N-1 version)
  • Firefox (latest version, N-1 version, and latest ESR version)
  • Opera (latest version and N-1 version)
  • Safari (latest version and N-1 version)

Internet Explorer isn't supported.

Description
PHP frontend for Godot Engine's asset library
Readme 1.6 MiB
Languages
PHP 55.3%
HTML 38.5%
CSS 6.2%