| 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: | 2025-11-02 15:12:41 |
| Package Statistics | |
|---|---|
| Total Downloads: | 423 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
=================
Easyrec package integration for Laravel.
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,
],
BSD-3-Clause