r4nkt/laravel-r4nkt-sdk

A Laravel SDK that makes working with r4nkt even easier.

v0.4.0 2021-10-29 13:48 UTC

This package is auto-updated.

Last update: 2024-03-29 04:46:02 UTC


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

This repo can be used to scaffold a Laravel package. Follow these steps to get started:

  1. Press the "Use template" button at the top of this repo to create a new repo with the contents of this laravel-r4nkt-sdk
  2. Run "php ./configure.php" to run a script that will replace all placeholders throughout all the files
  3. Remove this block of text.
  4. Have fun creating your package.
  5. If you need help creating a package, consider picking up our Laravel Package Training video course.

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.

Installation

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 */
];

Usage

/** @todo */

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

If you discover any security related issues, please email support@r4nkt.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.