2017 © Pedro Peláez
 

package easyrec-laravel

Laravel 5.3+ integration for the Easyrec package.

image

hafael/easyrec-laravel

Laravel 5.3+ integration for the Easyrec package.

  • Wednesday, June 14, 2017
  • by hafael
  • Repository
  • 1 Watchers
  • 0 Stars
  • 405 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 3 % Grown

The README.md

# Easyrec Laravel

Easyrec package integration for Laravel., (*1)

Installation

PHP 5.4+ or HHVM 3.3+, and Composer are required., (*2)

Run the composer require command from your terminal:, (*3)

$ composer require hafael/easyrec-laravel

Open [LaravelRoot]/config/app.php and register the required service provider above your application providers., (*4)

'providers' => [
    /*
     * Application Service Providers...
     */
    ...
    Hafael\Easyrec\Laravel\EasyrecServiceProvider::class,
],

If you prefer, add the facade, (*5)

'aliases' => [

    ...
    'Easyrec' => Hafael\Easyrec\Laravel\Facades\Easyrec::class,
],

License

BSD-3-Clause, (*6)

The Versions

14/06 2017

dev-master

9999999-dev

Laravel 5.3+ integration for the Easyrec package.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

laravel php recommendation easyrec ranking hafael

14/06 2017

v1.0

1.0.0.0

Laravel 5.3+ integration for the Easyrec package.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

laravel php recommendation easyrec ranking hafael