geckoweb/gecko

There is no license information available for the latest version (dev-master) of this package.

Laravel Gecko Components

dev-master 2015-02-10 13:26 UTC

This package is not auto-updated.

Last update: 2024-11-19 04:37:10 UTC


README

#Installation

Require this package in your composer.json and update composer. This will download the package.

"geckoweb/gecko": "dev-master"

The normal mail config add the following lines on top.

/*
|--------------------------------------------------------------------------
| 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

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

<h2>{{$heading}}</h2>

<div>
    {{$log}}
</div>
</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!