2017 © Pedro Peláez
 

library email-template-manager

Create, save, and edit your own email templates, and then send them to anybody whenever you need it

image

ezzing/email-template-manager

Create, save, and edit your own email templates, and then send them to anybody whenever you need it

  • Tuesday, May 24, 2016
  • by adriloma
  • Repository
  • 3 Watchers
  • 0 Stars
  • 24 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

email-template-manager

Create, save, and edit your own email templates, and then send them to anybody whenever you need it., (*1)

How to install

0- Add email-template-manager as a composer dependency

composer require ezzing/email-template-manager, (*2)

1- Edtir your composer.json to add email-template-manager into PSR-4 autoloading
"psr-4": {
    "App\\": "app/",
    "Ezzing\\EmailTemplateManager\\":"vendor/ezzing/email-template-manager/src"
}
2- Edit your config/app.php to add a new service provider
'providers' => [
    ...
    Ezzing\EmailTemplateManager\EmailTemplatesManagerProvider::class,
    ...
]
3- Refresh autoload_classmap.php so new service provider can be recognised

composer dump-autoload, (*3)

4- Publish new package

php artisan vendor:publish, (*4)

Files are published in /public/resources/emailTemplateManager directory., (*5)

5- Refresh autoload_classmap.php so new models and seeders cand be recognised

composer dump-autoload, (*6)

6- Migrate email-template-manager tables into your DB

php artisan migrate, (*7)

7- Seed new email-template-manager tables

php artisan db:seed --class=MailTemplateManagerSeeder, (*8)

Done!

Now you can access your email template manager accessig to, (*9)

http://yourdomain/template_manager, (*10)

You can change this route modifying /vendor/ezzing/email_template_manager/src/routes.php., (*11)

The Versions

24/05 2016

dev-master

9999999-dev https://github.com/ezzing/email-template-manager

Create, save, and edit your own email templates, and then send them to anybody whenever you need it

  Sources   Download

MIT

by Adrián López Martínez
by Rubén Rodríguez Fernández

email template email template template manager

23/05 2016

1.0.1

1.0.1.0 https://github.com/ezzing/email-template-manager

Create, save, and edit your own email templates, and then send them to anybody whenever you need it

  Sources   Download

MIT

by Adrián López Martínez
by Rubén Rodríguez Fernández

email template email template template manager