2017 © Pedro Peláez
 

library postmark

Built with Laravel Standalone Package Creator

image

cammac/postmark

Built with Laravel Standalone Package Creator

  • Saturday, April 21, 2018
  • by efrontsa
  • Repository
  • 1 Watchers
  • 2 Stars
  • 80 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 1900 % Grown

The README.md

Introduction

add PostMark driver to laravel Mail facades, (*1)

Installation

composer require cammac/postmark

Service Provider

if your Laravel below 5.5 you need to add PostMarkServiceProvider, (*2)

in config/app.php in providers list, (*3)

\Cammac\Postmark\PostMarkServiceProvider::class,

Configuration

In .env file change MAIL_DRIVER to "postmark", (*4)

MAIL_DRIVER=postmark
POSTMARK_SECRET=your-api-token

License

This package is open-sourced software licensed under the MIT license., (*5)

The Versions

21/04 2018

dev-master

9999999-dev

Built with Laravel Standalone Package Creator

  Sources   Download

MIT

The Requires

 

by Nasrul Hazim

20/04 2018

1.0.1

1.0.1.0

Built with Laravel Standalone Package Creator

  Sources   Download

MIT

The Requires

 

by Nasrul Hazim

20/04 2018

1.0.0

1.0.0.0

Built with Laravel Standalone Package Creator

  Sources   Download

MIT

The Requires

 

by Nasrul Hazim