andrykvp/rancor

A Laravel Package to make use of common features required by factions or groups of Star Wars Combine

2.0.0 2021-07-03 01:32 UTC

This package is auto-updated.

Last update: 2024-04-26 08:09:14 UTC


README

version repo size license activity downloads

Rancor is a Laravel package built for quickly scaffolding a project related to the MMORPG Star Wars Combine, and make use of common functionality required by factions and/or independent groups of this game. Such as:

  • Generating server-side avatars and signatures using a given template
  • Recording scan logs and browsing them in an expressive interface
  • Consume web services provided by the game
  • Forum boards that integrate with user information relevant to the game
  • News articles released by the faction or group
  • Managing faction data such as ranks, departments and sub-factions
  • Kickstarting a dashboard/admin panel

Getting Started

Prerequisites

Before installing the Rancor package. Make sure that you meet the following requirements:

  • PHP 7^
  • Laravel 8^

Dependencies

The following packages will be installed by Composer if they have not yet been installed:

Installing

Installation is done through the Composer dependency manager with the following command:

composer require andrykvp/rancor

Because of the development in Laravel 7, the package is auto-discovered and you do not need to register the Service Provider.

Backwards compatibility to previous versions of Laravel has not been tested and it is not recommended to use with previous versions of Laravel 7. However, if you wish to test it yourself, you may add the following lines of code at the end of your config/app.php file:

AndrykVP\Rancor\Providers\PackageServiceProvider::class,
Mews\Purifier\PurifierServiceProvider::class,

Configuring

After installation of the package, some configurations need to be set before you can make full use of its functionality. Such as:

  • User API Authentication
  • Implementing User Traits
  • Running Migrations

For detailed instructions, visit the Wiki.

Authors

  • Andrés Velázquez - Initial work - AndrykVP

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details