Download the PHP package sebastienheyd/boilerplate-email-editor without Composer

On this page you can find all versions of the php package sebastienheyd/boilerplate-email-editor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package boilerplate-email-editor

E-mail editor for sebastienheyd/boilerplate

Packagist Build Status StyleCI Scrutinizer Code Quality Laravel Nb downloads

This package for sebastienheyd/boilerplate allows developers to manage emails for their applications. It allows you to create layouts and then define editors who will only be able to edit texts without being able to modify the layouts.

Installation

  1. In order to install Laravel Boilerplate Email Editor run :

  2. Then run :

You can go to the admin and start using the email management panel.

Optional : publish configuration file

Modify the default HTML layout

To edit the default HTML layout, you can use the following command

You will find the layout in /resources/views/vendor/boilerplate-email-editor/layout

Generating a new email layout

To generate a new layout, you can use the following artisan command :

This command will generate a new blade file in the resources/views/email-layouts folder.

To change the default folder, change the value of layouts_path in the email-editor configuration file.

However, you must publish the configuration file in order to do so. To do this, use the following command:

You can also remove a layout by using the --remove option

Defining editors

This package is provided with two permissions that can be used depending on the desired profile.

Permissions and roles are manageable by default with sebastienheyd/boilerplate

Email variables

In the editing of the content of an e-mail, you will find a "Insert a variable" button. This button allows you to insert a variable in the e-mail and make it uneditable.

However, you can also enter the variables by hand by framing them with [ and ]. In this manner, you can also add variables to the subject line of the email.

Example : "Hello [first_name]"

Sending an email

Tests / Coding standards

This package is delivered with a Makefile used to launch checks for the respect of coding standards and the unit tests

Just call make to see the list of commands.

Credits

License

This package is free software distributed under the terms of the MIT license.


All versions of boilerplate-email-editor with dependencies

PHP Build Version
Package Version
Requires ext-libxml Version *
ext-dom Version *
sebastienheyd/boilerplate Version ^7.0.1|@dev
sebastienheyd/boilerplate-media-manager Version ^7.0|@dev
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package sebastienheyd/boilerplate-email-editor contains the following files

Loading the files please wait ....