Download the PHP package code16/laravel-content-renderer without Composer
On this page you can find all versions of the php package code16/laravel-content-renderer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download code16/laravel-content-renderer
More information about code16/laravel-content-renderer
Files in code16/laravel-content-renderer
Download code16/laravel-content-renderer
More information about code16/laravel-content-renderer
Files in code16/laravel-content-renderer
Vendor code16
Package laravel-content-renderer
Short Description Render blade components inside HTML content
License MIT
Homepage https://github.com/code16/laravel-content-renderer
Package laravel-content-renderer
Short Description Render blade components inside HTML content
License MIT
Homepage https://github.com/code16/laravel-content-renderer
Please rate this library. Is it a good library?
Informations about the package laravel-content-renderer
Render blade components inside HTML content
This package is used internally for our projects (e.g. Sharp). It allows to render blade <x-
components inside HTML content.
For security reasons the content is not directly compiled in blade, instead it replace components with <x-dynamic-component>
tag and pass HTML attributes.
All attributes passed to component are strings. Attributes starting with :
are not evaluated.
Installation
You can install the package via composer:
Testing
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-content-renderer with dependencies
PHP Build Version
Package Version
The package code16/laravel-content-renderer contains the following files
Loading the files please wait ....