2017 © Pedro Peláez
 

library laravel-1881

Laravel Service Provider for 1881

image

andersevenrud/laravel-1881

Laravel Service Provider for 1881

  • Monday, January 22, 2018
  • by andersevenrud
  • Repository
  • 1 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Laravel Service Provider for 1881

Uses https://github.com/andersevenrud/1881 to set up a Service Provider for Laravel., (*1)

Installation

composer require andersevenrud/laravel-1881

Configuration

In Laravel 5.5 and up, the package will automatically register the service provider and facade., (*2)

In L5.4 or below start by registering the package's the service provider and facade:, (*3)

// config/app.php

'providers' => [
    Laravel\DM1881\DM1881ServiceProvider::class,
],

'aliases' => [
  'DM1881' => Laravel\DM1881\Facades\DM1881::class
]

Then publish configurations:, (*4)

$ php artisan vendor:publish --provider="Laravel\DM1881\DM1881ServiceProvider"

You now have config/dm1881.php., (*5)

Usage

use DM1881;

function something() {

  $result = DM1881::searchPerson('ola bull');

}

Changelog

  • 1.0.3 - Updated dependencies + added L5.5 auto discovery
  • 1.0.2 - Updated dependencies
  • 1.0.1 - Updated composer.json
  • 1.0.0 - Initial release

License

MIT, (*6)

The Versions

22/01 2018

dev-master

9999999-dev

Laravel Service Provider for 1881

  Sources   Download

MIT

The Requires

 

22/01 2018

1.0.3

1.0.3.0

Laravel Service Provider for 1881

  Sources   Download

MIT

The Requires

 

27/06 2017

1.0.2

1.0.2.0

Laravel Service Provider for 1881

  Sources   Download

MIT

The Requires

 

23/06 2017

1.0.1

1.0.1.0

Laravel Service Provider for 1881

  Sources   Download

MIT

The Requires

 

23/06 2017

1.0.0

1.0.0.0

Laravel Service Provider for 1881

  Sources   Download

MIT

The Requires