2017 © Pedro Peláez
 

library sudobible-laravel

Laravel Service Provider for SudoBible.

image

rootxs/sudobible-laravel

Laravel Service Provider for SudoBible.

  • Thursday, July 30, 2015
  • by rootxs
  • Repository
  • 2 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

SudoBible-Laravel

Laravel Service Provider for SudoBible., (*1)

Installation & Setup

Install the SudoBible Service Provider via Composer by adding the rootxs/sudobible-laravel package to the require object in your project's composer.json., (*2)

{
    ...
    "require": {
        "rootxs/sudobible-laravel": "dev-master"
    },
    ...
}

NOTE: This package automatically requires rootxs/sudobible, so you do NOT have to add it separately to your composer.json., (*3)

Then run composer update., (*4)

Next, add the SudoBible Service Provider to the providers array in config/app.php., (*5)

    'providers' => array(
        ...
        'RootXS\SudoBibleServiceProvider',
    )

Add the SudoBible facade to the aliases array in config/app.php., (*6)

    'aliases' => array(
        ...
        'SudoBible' => 'RootXS\SudoBibleFacade',
    )

Configuration

The following environment variables are used to configure SudoBible:, (*7)

SUDOBIBLE_DB_HOST
SUDOBIBLE_DB_USER
SUDOBIBLE_DB_PASS
SUDOBIBLE_DB_NAME
SUDOBIBLE_TRANSLATION // optional

Optional

To customize the configuration options, publish the configuration file using Artisan:, (*8)

php artisan vendor:publish

Update your settings in the generated app/config/sudobible.php configuration file., (*9)

Usage

SudoBible::verse('John', 3, 16);

The Versions

30/07 2015

dev-master

9999999-dev https://github.com/Root-XS/SudoBible-Laravel

Laravel Service Provider for SudoBible.

  Sources   Download

MIT

The Requires

 

The Development Requires

api topic bible scripture verse

30/07 2015

0.0.3

0.0.3.0 https://github.com/Root-XS/SudoBible-Laravel

Laravel Service Provider for SudoBible.

  Sources   Download

MIT

The Requires

 

The Development Requires

api topic bible scripture verse

30/07 2015

0.0.2

0.0.2.0 https://github.com/Root-XS/SudoBible-Laravel

Laravel Service Provider for SudoBible.

  Sources   Download

MIT

The Requires

 

The Development Requires

api topic bible scripture verse

30/07 2015

0.0.1

0.0.1.0 https://github.com/Root-XS/SudoBible-Laravel

Laravel Service Provider for SudoBible.

  Sources   Download

MIT

The Requires

 

The Development Requires

api topic bible scripture verse