proshore/email-templates

There is no license information available for the latest version (v0.1.4) of this package.

Email Template Management

v0.1.4 2018-01-02 07:29 UTC

This package is auto-updated.

Last update: 2024-05-06 05:16:42 UTC


README

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