code16/laravel-content-renderer
最新稳定版本:v1.3.1
Composer 安装命令:
composer require code16/laravel-content-renderer
包简介
Render blade components inside HTML content
README 文档
README
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:
composer require code16/laravel-content-renderer
Testing
composer test
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 19.34k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-01-16