hafael / easyrec-laravel by hafael

Laravel 5.3+ integration for the Easyrec package.
421
0
3
Package Data
Maintainer Username: hafael
Maintainer Contact: villa655321verde@gmail.com (VerdeIT)
Package Create Date: 2017-06-12
Package Last Update: 2017-06-13
Language: PHP
License: BSD-3-Clause
Last Refreshed: 2024-05-03 03:14:59
Package Statistics
Total Downloads: 421
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 3
Total Forks: 0
Total Open Issues: 0

Easyrec Laravel

=================

Easyrec package integration for Laravel.

Installation

PHP 5.4+ or HHVM 3.3+, and Composer are required.

Run the composer require command from your terminal:

$ composer require hafael/easyrec-laravel

Open [LaravelRoot]/config/app.php and register the required service provider above your application providers.

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

If you prefer, add the facade

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

License

BSD-3-Clause