Apolune is the codename assigned to the version of pandaac that utilises Laravel 5.2. It is still in an early development stage, so if you're planning on using pandaac for your server, please refer to the more complete & stable master branch, which instead utilises Laravel 4.2.
- Apolune is currently only being tested with The Forgotten Server 1.1.
- Other server packages (e.g. Avesta, TFS 0.3) are planned for future releases.
As a temporary solution, we use thedummydata.json
file for anything server related.- The
dummydata.json
file is no longer in effect. It has instead been split up into several separate files for easier management. They may be found within thestorage
folder (here).
- The
- If you would like to contribute to Apolune, please make sure all of your code is using the PSR-2 coding standard.
- You may also contribute to our public CDN.
Change my/path/
to wherever you want to install Apolune & run the command in your terminal.
composer create-project pandaac/pandaac my/path/ dev-apolune
Once the installation process is complete, you'll want to edit the .env
file to fit your needs. Run the following command in your terminal to migrate the necessary database tables. You'll need to have an active database set up with the TFS 1.1 schema pre-installed.
php artisan migrate --seed