2017 © Pedro Peláez
 

library zapmap-laravel

Laravel Commands for ZapMap.io

image

zapmap/zapmap-laravel

Laravel Commands for ZapMap.io

  • Friday, October 27, 2017
  • by zapmap
  • Repository
  • 1 Watchers
  • 0 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

ZapMap.us Laravel Integration Package

Installation

Install into your project using:, (*1)

composer require zapmap/zapmap-laravel

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

ZapMap\ZapMapLaravel\Providers\ZapMapLaravelServiceProvider::class,

And the Facade to the aliases array:, (*3)

'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

The Versions

27/10 2017

dev-master

9999999-dev

Laravel Commands for ZapMap.io

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar zapmap

27/10 2017

1.0.4

1.0.4.0

Laravel Commands for ZapMap.io

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar zapmap

24/10 2017

1.0.3

1.0.3.0

Laravel Commands for ZapMap.io

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar zapmap

09/10 2017

1.0.2

1.0.2.0

Laravel Commands for ZapMap.io

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar zapmap

06/10 2017

1.0.1

1.0.1.0

Laravel Commands for ZapMap.io

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar zapmap