Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 573 Bytes

installation.md

File metadata and controls

24 lines (18 loc) · 573 Bytes

Installation

Install with Composer:

composer require freshheads/mailer-bundle symfony/mailer

Register the bundle:

// config/bundles.php
return [
    // ...
    FH\Bundle\MailerBundle\FHMailerBundle::class => [ 'all' => true ]
];

Configure your development or debugging environments:

Now the bundle is ready to be used!