Skip to content

evansochuka/laravel-mail-editor

 
 

Repository files navigation

Laravel Mail Editor (Aka MailEclipse)



MailEclipse is a mailable editor package for your Laravel applications to create and manage mailables using a web UI. You can use this package to develop mailables without using the command line, and edit templates associated with mailables using a WYSIWYG editor, among other features.

WORK IN PROGRESS

Please note that this package is still under active development. We encourage everyone to try it and give feedback.

Features

  • Create mailables without using command line.
  • Preview/Edit all your mailables at a single place.
  • Templates (more than 20+ ready to use email templates).
  • WYSIWYG Email HTML/Markdown editor.
  • Suitable for laravel beginners.
  • and many more... (promise).

Requirements

  • Laravel 5.6+.

Installation

Via Composer

$ composer require qoraiche/laravel-mail-editor

The package will automatically register itself.

Publish configuration file and public assets:

php artisan vendor:publish --provider="qoraiche\mailEclipse\mailEclipseServiceProvider"

Documentation

Documentation for Maileclipse can be found on the Official website.

Change log

Please see the changelog for more information on what has changed recently.

Security

If you discover any security related issues, please email author email [email protected] instead of using the issue tracker.

License

MIT license. Please see the license file for more information.

Screenshots

maileclipse-new-mailable

maileclipse-templates

maileclipse-templates-create

TODO

Contributions are welcome

  • Frontend enhancement (jquery to vue.js).
  • Add more email templates (HTML/Markdown).
  • Expand documentation pages.

Credits

Donate ❤️

If you benefit from and/or like using MailEclipse then please help drive the future development of the project by

Donors list:

  1. Idearia Web Agency - (40,00 €) - Keep up the good work! - 19 June 2019
  2. Snapt Systems Ltd - (100,00 $ USD) - Being used by one of our teams at Snapt! - 11 April 2019
  3. Corr Ex - (2,00 $ USD) - 28 March 2019
  4. WebArt Design - (10,00 $ USD) - Donation made with love by BuiltByPanda. com from Australia who support developers and their excellent work - 28 March 2019
  5. Flavius Borlovan (6,99 $ USD) - #teamcookie says HELLOO 🥳😉 Thanks for this really helpful Package (MailEclipse) bro. 😉💪🏽 - 12 March 2019
  6. Maik Kasper - (6,99 $ USD) - We {teamcookie:github. com/flavius-constantin} 💥 love to support good developers and their awesome work! 🌪🔥 - 13 March 2019

About

MailEclipse ⚡ Play with your Laravel Mailables easily!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 97.3%
  • JavaScript 2.7%