PHPackages                             alliance/laravel-email-template - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. alliance/laravel-email-template

ActiveLibrary[Templating &amp; Views](/categories/templating)

alliance/laravel-email-template
===============================

improve email templates, allow to create and maintain them some what semi-dynamically

1.0.1(6y ago)0504MITPHP

Since Apr 19Pushed 6y ago1 watchersCompare

[ Source](https://github.com/peaceall236/LaravelEmailTemplate)[ Packagist](https://packagist.org/packages/alliance/laravel-email-template)[ RSS](/packages/alliance-laravel-email-template/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

LaravelEmailTemplate
====================

[](#laravelemailtemplate)

This is a laravel package that allows to configure email templates and update them through the admin panel

requirements: laravel 5.5 and above

Instructions
------------

[](#instructions)

#### Step 1: Installation

[](#step-1-installation)

Install the package using composer

```
composer require alliance/laravel-email-template
```

#### Step 2: Configuration

[](#step-2-configuration)

Go to your laravel resources folder and create a folder that will contain your email

```
cd resources/views
mkdir -p email-template/template1 email-template/template2
```

Publish package files. Run the following command

```
php artisan vendor:publish
```

Open the config file and add your configurations

```
vim app/config/laravelemailtemplate.php
```

Schedule your laravel app to run the extract command every minute

```
vim app/Console/Kernel.php
```

Inside the `schedule()` function. Add the following line.

`$schedule->command('laravelemailtemplate:extract')->everyMinute()`

For more details on scheduling. Check [laravel documentation](https://laravel.com/docs/5.5/scheduling)

Usage
-----

[](#usage)

Every email you want to allow the admin to update, you have to add it to the config file.

The config example:

```
return [
    // ... some configs
    templates => [
        [
            "name" => "template1", // template name
            "variables" => ["variable1", "variable2"], // available placeholders to be considered for the template
            "folder" => "email-template/template1", // path inside resources/views, NB: Each Template must have its own folder
            "entry_file" => "template.php"
        ]
    ],
    // ... more configs
];
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

2215d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9f5e450904fe38cf671935deebafe494dbdf8215a0fdef0de6bad8e03dbf5653?d=identicon)[peaceall236](/maintainers/peaceall236)

---

Top Contributors

[![peaceall236](https://avatars.githubusercontent.com/u/17705809?v=4)](https://github.com/peaceall236 "peaceall236 (16 commits)")

### Embed Badge

![Health badge](/badges/alliance-laravel-email-template/health.svg)

```
[![Health](https://phpackages.com/badges/alliance-laravel-email-template/health.svg)](https://phpackages.com/packages/alliance-laravel-email-template)
```

###  Alternatives

[mustache/mustache

A Mustache implementation in PHP.

3.3k44.6M291](/packages/mustache-mustache)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3871.2M](/packages/limenius-react-bundle)[nicmart/string-template

StringTemplate is a very simple string template engine for php. I've written it to have a thing like sprintf, but with named and nested substutions.

2101.7M30](/packages/nicmart-string-template)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
