Skip to content

MailEclipse ⚡ Play with your Laravel Mailables easily!

License

Notifications You must be signed in to change notification settings

tkeer/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.

Community

You can reach us at:

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 qoraicheofficiel@hotmail.com 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. Emprovise - (20,00 $) - You did a great job on MailEclipse! Thank you for providing this to everyone for free. I look forward to watching your project grow! Thanks Again, James S. - 19 December 2019
  2. Idearia Web Agency - (40,00 €) - Keep up the good work! - 19 June 2019
  3. Snapt Systems Ltd - (100,00 $ USD) - Being used by one of our teams at Snapt! - 11 April 2019
  4. Corr Ex - (2,00 $ USD) - 28 March 2019
  5. WebArt Design - (10,00 $ USD) - Donation made with love by BuiltByPanda. com from Australia who support developers and their excellent work - 28 March 2019
  6. Flavius Borlovan (6,99 $ USD) - #teamcookie says HELLOO 🥳😉 Thanks for this really helpful Package (MailEclipse) bro. 😉💪🏽 - 12 March 2019
  7. 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.4%
  • JavaScript 2.6%