proshore / email-templates
Email Template Management
Installs: 817
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 6
Forks: 3
Open Issues: 0
Language:HTML
This package is auto-updated.
Last update: 2025-01-06 06:53:10 UTC
README
Email Template Management with Bootstrap & TinyMCE Editor
Can be used managing email templates from backend.
Installation
- 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,
- 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