zapmap/zapmap-laravel

Laravel Commands for ZapMap.io

1.0.4 2017-10-27 15:36 UTC

This package is not auto-updated.

Last update: 2024-04-28 02:27:04 UTC


README

Installation

Install into your project using:

composer require zapmap/zapmap-laravel

If using Laravel older than 5.5, add to your config/app.php providers array:

ZapMap\ZapMapLaravel\Providers\ZapMapLaravelServiceProvider::class,

And the Facade to the aliases array:

'ZapMap' => ZapMap\ZapMapLaravel\Facades\ZapMap::class,

Getting Started

  1. Create a ZapMap.us account
  2. Create a new API Key (My Account > API Keys)
  3. Copy your API Key to .env:
ZAPMAP_KEY=YOUR-API-KEY