Skip to content

An email template management plugin with database for Laravel Backend

License

Notifications You must be signed in to change notification settings

proshore/email-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Email Template Management for Laravel 5.5

Latest Stable Version Total Downloads Latest Unstable Version License StyleCI

Email Template Management with Bootstrap & TinyMCE Editor

Can be used managing email templates from backend.

Installation

  1. Require this package with composer.
composer require proshore/email-templates

Laravel 5.5 uses Package Auto-Discovery, so you don't have to manually add the package to the ServiceProvider.

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

Proshore\EmailTemplates\EmailTemplatesServiceProvider::class,
  1. Publish file.

Publishing

Publishing the config file

php artisan vendor:publish --tag=config

Publishing views

php artisan vendor:publish --tag=views

Publishing migrations

php artisan vendor:publish --tag=migrations

Publishing assets

php artisan vendor:publish --tag=public

Usage

TinyMCE script should be included in your appropriate layout. Multiple slugs can be added to config based on which the template identifiers are displayed in CRUD section, please change the config file located at 'config/proshore-email-templates.php'. Initially, there are some slugs to get you started with.

Contributor

Sudhir Bastakoti

About

An email template management plugin with database for Laravel Backend

Resources

License

Stars

Watchers

Forks

Packages

No packages published