Skip to content

Commit

Permalink
Update readme and new banner image
Browse files Browse the repository at this point in the history
  • Loading branch information
cannycookie committed Nov 22, 2024
1 parent 694eb8c commit 83f34cf
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@
[![Total Downloads](https://img.shields.io/packagist/dt/visualbuilder/email-templates.svg?style=flat-square)](https://packagist.org/packages/visualbuilder/email-templates)
[![run-tests](https://github.com/visualbuilder/email-templates/actions/workflows/run-tests.yml/badge.svg)](https://github.com/visualbuilder/email-templates/actions/workflows/run-tests.yml)


![Email Preview](https://raw.githubusercontent.com/visualbuilder/email-templates/3.x/media/social-card.jpg)


### Why businesses and applications should use Email Templates

- **Time-saving**: Email templates eliminate the need to create emails from scratch, saving valuable time and effort.
- **Customizability**: Quick editing capabilities enable employees to personalize the content of the templates while
- **Customisability**: Quick editing capabilities enable employees to personalise the content of the templates while
maintaining a professional appearance.
- **Consistent branding**: Templates ensure that all emails adhere to the brand's guidelines, reinforcing brand
recognition and professionalism.
Expand All @@ -18,7 +22,7 @@
responses, newsletters, and more.
- **Easy updates**: Templates can be easily modified to reflect changes in offers, policies, or design elements,
ensuring that communication remains current and aligned with business objectives.
- **Standardization**: Templates enforce a standardized structure and format for emails, reducing errors and improving
- **Standardisation**: Templates enforce a standardized structure and format for emails, reducing errors and improving
clarity in communication.
- **Scalability**: Email templates facilitate consistent messaging even as the business grows, ensuring a cohesive
customer experience across all interactions.
Expand All @@ -38,10 +42,17 @@
We use the standard Laravel mail sending capability, the package simply allows content editing and faster adding of new
template Classes

### Theme Editor
![Email Preview](https://raw.githubusercontent.com/visualbuilder/email-templates/3.x/media/ThemeEditor.jpg)

## Installation
### HTML Email Template Editor

Edit email content in the admin and use tokens to inject model or config content.

![Email Preview](https://raw.githubusercontent.com/visualbuilder/email-templates/3.x/media/EmailEditor.png)


## Installation
Get the package via composer:

```bash
Expand Down Expand Up @@ -124,10 +135,7 @@ Or you can use a closure to enable navigation only for specific users:

## Usage

### HTML Editor

Edit email content in the admin and use tokens to inject model or config content.
![Email Preview](https://raw.githubusercontent.com/visualbuilder/email-templates/3.x/media/EmailEditor.png)

### Tokens

Expand Down
Binary file removed media/TemplateScreenShot.png
Binary file not shown.
Binary file added media/social-card.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/EmailTemplatesPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function navigationGroup(string $navigationGroup): static
$this->navigationGroup = $navigationGroup;
return $this;
}


public function getNavigationGroup(): ?string
{
Expand Down

0 comments on commit 83f34cf

Please sign in to comment.