This repo can be used to scaffold a Laravel package. Follow these steps to get started:
- Press the "Use template" button at the top of this repo to create a new repo with the contents of this laravel-r4nkt-sdk
- Run "php ./configure.php" to run a script that will replace all placeholders throughout all the files
- Remove this block of text.
- Have fun creating your package.
- 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.
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 support@r4nkt.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.