Download the PHP package andrykvp/rancor without Composer
On this page you can find all versions of the php package andrykvp/rancor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package rancor
Rancor
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:
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:
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
All versions of rancor with dependencies
laravel/framework Version ^8.0
mews/purifier Version ^3.2
guzzlehttp/guzzle Version ^7.0