2017 © Pedro Peláez
 

library gecko

Laravel Gecko Components

image

geckoweb/gecko

Laravel Gecko Components

  • Tuesday, February 10, 2015
  • by ianvdmerwe
  • Repository
  • 1 Watchers
  • 0 Stars
  • 28 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

##Laravel Gecko Lib

, (*1)

  • Custom Email Queue, (*2)

  • Mailer with Email queue hookup, (*3)

  • TextLogging and Email error, (*4)

  • http://www.geckoweb.co.za, (*5)

Installation

Require this package in your composer.json and update composer. This will download the package., (*6)

"geckoweb/gecko": "dev-master"

The normal mail config add the following lines on top., (*7)

/*
|--------------------------------------------------------------------------
| Gecko Mailer Vars
|--------------------------------------------------------------------------
| Use the Email Queue
*/

'use_queue' => true,

'email_queue_important_batch' => 100,

'email_queue_normal_batch' => 300,

'email_default_cc' => 'admin@yourdomain.com',

For the text error logging you will need to add to your view : email/error/logEmail.blade.php, (*8)

<!DOCTYPE html>
<html lang="en-US">
<head>
    <meta charset="utf-8">
</head>
<body>



{{$heading}}

{{$log}}
</body> </html>

License

This package is licensed under LGPL. You are free to use it in personal and commercial projects. The code can be forked and modified, but the original copyright author should always be included!, (*9)

The Versions

10/02 2015

dev-master

9999999-dev

Laravel Gecko Components

  Sources   Download

The Requires