Download the PHP package solution-forest/filament-unlayer without Composer

On this page you can find all versions of the php package solution-forest/filament-unlayer. 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 filament-unlayer

Filament Unlayer

Latest Version on Packagist Total Downloads

Filament Unlayer is a custom field package designed for Filaletter, the Filament Newsletter plugin. It enables rich, drag-and-drop email template editing within your FilamentPHP admin panel, powered by the Unlayer editor.

With Filament Unlayer, you can:


Features


Installation

Filament Version Filament Newsletter Version
v3.x v0.x
v4.x v2.x
v5.x >= v2.0.7

Install via Composer:

Publish the config file (optional):

Publish the views (optional):


Usage

1. Prepare Your Database

First, ensure your table has a json column to store the Unlayer design and HTML. For example, in a migration:

2. Add the Unlayer Field to Your Filament Form

Add the Unlayer field to your resource or form:

This field will save both the HTML and the Unlayer design JSON into your content column.

3. Exporting HTML

If you want to store only the HTML in a separate field, you can mount the HTML state to another field:

Or, extract the HTML from the field data before saving:


Testing


Changelog

See CHANGELOG for recent updates.


Contributing

See CONTRIBUTING for details.


Security

See security policy for reporting vulnerabilities.


Credits


License

MIT. See License File for details.


All versions of filament-unlayer with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
filament/forms Version ^4.0|^5.0
spatie/laravel-package-tools Version ^1.15.0
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 solution-forest/filament-unlayer contains the following files

Loading the files please wait ...