2017 © Pedro Peláez
 

library mailcatcher

Enable Mailcatcher for Laravel 4.2

image

lucasmichot/mailcatcher

Enable Mailcatcher for Laravel 4.2

  • Thursday, December 8, 2016
  • by lucasmichot
  • Repository
  • 1 Watchers
  • 4 Stars
  • 1,067 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Mailcatcher

Enable Mailcatcher for Laravel 4.2., (*1)

The purpose of this package is to allow you to use Mailcatcher server for emails sent by Laravel in pretending mode., (*2)

Requirements: * PHP >= 5.4 * Mailcatcher, (*3)

Installing Mailcatcher

All the installation documentation is available at Mailcatcher website., (*4)

Tips: You are a Homebrew and don't want to manage gem packages ? You can easily install it with this simple command line :, (*5)

$ brew update && brew upgrade
$ brew install brew-gem && brew gem install mailcatcher

Package installation

Begin by installing this package through Composer. Edit your project's composer.json file to require lucasmichot/mailcatcher., (*6)

"require-dev": {
  "lucasmichot/mailcatcher": "dev-master"
}

Next, update Composer from the Terminal:, (*7)

$ composer update --dev

You can achieve these operations with this one-liner command :, (*8)

$ composer require "lucasmichot/mailcatcher:dev-master" --dev

Once this operation completes, the final step is to add the service provider. Open app/config/app.php, and add a new item to the providers array., (*9)

'Lucasmichot\Mailcatcher\MailcatcherServiceProvider',

Note:, (*10)

If you are using Ryan Tablada's Package Installer, you can simply install this package, without having to update app/config/app.php, by typing :, (*11)

$ php artisan package:install lucasmichot/mailcatcher

TODO

  • [ ] Finish documentation

The Versions

08/12 2016

dev-master

9999999-dev

Enable Mailcatcher for Laravel 4.2

  Sources   Download

MIT

The Requires

 

laravel mail mailcatcher