gufy/laravel-rajaongkir

This is a particular package that make Rajaongkir.com can be used in Laravel 5

Installs: 58

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 3

Open Issues: 1

pkg:composer/gufy/laravel-rajaongkir

v1.0.0 2016-07-03 15:43 UTC

This package is auto-updated.

Last update: 2025-10-13 20:57:09 UTC


README

This is a particular package that make Rajaongkir.com can be used in Laravel 5. This package is a wrapper of steevenz/rajaongkir package.

Installation

Just run this on your laravel app

  composer require gufy/laravel-rajaongkir:~1

Then, add this service provider to config/app.php

Gufy\LaravelRajaongkir\LaravelRajaongkirServiceProvider::class

also, add this facade class to your facade section

'Rajaongkir' => Gufy\LaravelRajaongkir\RajaongkirFacade::class

Then, run this command

php artisan vendor:publish

It will publish configuration file on config/rajaongkir.php

Configuration

There are two ways to do this:

  • Directly edit configuration file on config/rajaongkir.php
  • Add configuration on .env file

If you're using the second option, then this is the things you need to do, add this code to your .env file

RAJAONGKIR_API_KEY=your_api_key
RAJAONGKIR_ACCOUNT_TYPE=starter (or basic or advance)

Usage

You go to here for how to use the package: https://github.com/steevenz/rajaongkir#penggunaan