hafael / easyrec-laravel
Laravel 5.3+ integration for the Easyrec package.
Installs: 421
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:package
Requires
- php: >=5.6.4
- hafael/easyrec-php: ~1.0
- illuminate/support: >=5.3.0
Requires (Dev)
- orchestra/testbench: ~3.0
- phpunit/phpunit: >=4.0.0
This package is auto-updated.
Last update: 2024-10-29 04:53:17 UTC
README
=================
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