You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-60Lines changed: 3 additions & 60 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,11 @@
2
2
3
3
[](https://packagist.org/packages/code16/laravel-content-renderer)
We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).
15
-
16
-
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).
7
+
This package is used internally for our projects (e.g. [Sharp](https://github.com/code16/sharp)). It allows to render blade `<x-` components inside HTML content.
8
+
For security reasons the content is not directly compiled in blade, instead it replace components with `<x-dynamic-component>` tag and pass HTML attributes.
9
+
All attributes passed to component are strings. Attributes starting with `:` are not evaluated.
17
10
18
11
## Installation
19
12
@@ -23,62 +16,12 @@ You can install the package via composer:
0 commit comments