A Laravel SDK that makes working with r4nkt even easier.
r4nkt/laravel-r4nkt-sdk is a Laravel package for a laravel sdk that makes working with r4nkt even easier..
It currently has 0 GitHub stars and 3 downloads on Packagist (latest version v0.4.0).
Install it with composer require r4nkt/laravel-r4nkt-sdk.
Discover more Laravel packages by r4nkt
or browse all Laravel packages to compare alternatives.
Last updated
This repo can be used to scaffold a Laravel package. Follow these steps to get started:
R4nkt makes it easy to gamify just about anything. This package makes it even easier to gamify your Laravel-based projects.
Before using this package we highly recommend reading the documentation over at R4nkt.
You can install the package via composer:
composer require r4nkt/laravel-r4nkt-sdk
You can publish and run the migrations with:
php artisan vendor:publish --provider="R4nkt\\LaravelR4nkt\\LaravelR4nktServiceProvider" --tag="laravel-r4nkt-sdk-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --provider="R4nkt\\LaravelR4nkt\\LaravelR4nktServiceProvider" --tag="laravel-r4nkt-sdk-config"
This is the contents of the published config file:
return [
/** @todo */
];
/** @todo */
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.