2017 © Pedro Peláez
 

library bookability-l4

Wrapper on the Bookability package provided by Bookability - with support for Laravel 4.

image

bookability/bookability-l4

Wrapper on the Bookability package provided by Bookability - with support for Laravel 4.

  • Friday, October 10, 2014
  • by bookability
  • Repository
  • 3 Watchers
  • 0 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

Bookability L4 API support for Laravel

The package supports use with the Laravel Framework 4.* providing a Bookability facade. If you are looking for our PHP 5.3+ compatible package, please take a look at https://github.com/bookability/bookability-php., (*2)

Installation

Requirements

  • Any flavour of PHP 5.3+ should do
  • [optional] PHPUnit to execute the test suite

With Composer

The easiest way to install Bookability is via composer., (*3)

In order to install add the following to your composer.json file within the require block:, (*4)

"require": {
    …
    "bookability/bookability-l4": "1.*",
    …   
}

Within Laravel, locate the file ..app/config/app.php *., (*5)

Add the following to the providers array:, (*6)

'providers' => array(
    …
    'Bookability\BookabilityL4\BookabilityServiceProvider',
    …
),

Furthermore, add the following the the aliases array:, (*7)

'aliases' => array(
    …
    'BookabilityWrapper' => 'Bookability\BookabilityL4\Facades\BookabilityWrapper',
    …
),

Publish the configuration, (*8)

$ php artisan config:publish bookability/bookability-l4

Lastly, run the command php composer.phar install command to install it., (*9)

The Versions

10/10 2014

dev-master

9999999-dev

Wrapper on the Bookability package provided by Bookability - with support for Laravel 4.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel bookability twosuperior bookability-l4

10/10 2014

1.0.1

1.0.1.0

Wrapper on the Bookability package provided by Bookability - with support for Laravel 4.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel bookability twosuperior bookability-l4

10/10 2014

1.0.0

1.0.0.0

Wrapper on the Bookability package provided by Bookability - with support for Laravel 4.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel bookability twosuperior bookability-l4

09/10 2014

0.0.3-alpha

0.0.3.0-alpha

Wrapper on the Bookability package provided by Bookability - with support for Laravel 4.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel bookability twosuperior bookability-l4

09/10 2014

0.0.3-beta

0.0.3.0-beta

Wrapper on the Bookability package provided by Bookability - with support for Laravel 4.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel bookability twosuperior bookability-l4

23/09 2014

0.0.2-alpha

0.0.2.0-alpha

Wrapper on the Bookability package provided by Bookability - with support for Laravel 4.

  Sources   Download

MIT

The Requires

 

laravel bookability twosuperior bookability-l4

18/09 2014

0.0.1-alpha

0.0.1.0-alpha

Wrapper on the Bookability package provided by Bookability - with support for Laravel 4.

  Sources   Download

MIT

The Requires

 

laravel bookability twosuperior bookability-l4