2017 © Pedro Peláez
 

library biblia

Biblia.com API Integration on laravel

image

jnplonte/biblia

Biblia.com API Integration on laravel

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel 5 Biblia

Installation

The Laravel 5 Biblia Service Provider can be installed via Composer by requiring the jnplonte/biblia package in your project's composer.json., (*1)

{
    "require": {
        "jnplonte/biblia": "1.0.*"
    }
}

Configuration

To use the Biblia Service Provider, you must register the provider when bootstrapping your Laravel application., (*2)

Find the providers key in your config/app.php and register the Service Provider., (*3)

    'providers' => [
        // ...
        jnplonte\Biblia\BibliaServiceProvider::class,
    ],

Find the aliases key in your config/app.php and register the Facade., (*4)

    'aliases' => [
        // ...
        'Biblia'    => jnplonte\Biblia\Facades\BibliaFacade::class,
    ],

Usage

Run php artisan vendor:publish to publish the default config file, edit caching setting withing the resulting config/biblia.php file as desired., (*5)

$bibliaS = Biblia::getVerse();

The Versions

09/11 2015

dev-master

9999999-dev

Biblia.com API Integration on laravel

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

laravel framework github php github api laravel github laravel-github biblia