A Laravel Package to make use of common features required by factions or groups of Star Wars Combine
andrykvp/rancor is a Laravel package for a laravel package to make use of common features required by factions or groups of star wars combine.
It currently has 2 GitHub stars and 12 downloads on Packagist (latest version 2.0.0).
Install it with composer require andrykvp/rancor.
Discover more Laravel packages by andrykvp
or browse all Laravel packages to compare alternatives.
Last updated
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:
Before installing the Rancor package. Make sure that you meet the following requirements:
The following packages will be installed by Composer if they have not yet been installed:
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,
After installation of the package, some configurations need to be set before you can make full use of its functionality. Such as:
For detailed instructions, visit the Wiki.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details