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: original-en/cashier-paddle.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -444,7 +444,7 @@ Cashier includes a `paddle-button` [Blade component](/docs/{{version}}/blade#com
444
444
By default, this will display the widget using Paddle's default styling. You can customize the widget by adding [Paddle supported attributes](https://developer.paddle.com/paddlejs/html-data-attributes) like the `data-theme='light'` attribute to the component:
Copy file name to clipboardExpand all lines: original-en/reverb.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,6 +190,8 @@ Next, add the Pulse cards for each recorder to your [Pulse dashboard](/docs/{{ve
190
190
</x-pulse>
191
191
```
192
192
193
+
Connection activity is recorded by polling for new updates on a periodic basis. To ensure this information is rendered correctly on the Pulse dashboard, you must run the `pulse:check` daemon on your Reverb server. If you are running Reverb in a [horizontally scaled](#scaling) configuration, you should only run this daemon on one of your servers.
When handling an incoming request authenticated by Sanctum, you may determine if the token has a given ability using the `tokenCan`method:
136
+
When handling an incoming request authenticated by Sanctum, you may determine if the token has a given ability using the `tokenCan`or `tokenCant` methods:
@@ -1313,15 +1321,6 @@ The `Str::toBase64` method converts the given string to Base64:
1313
1321
1314
1322
// TGFyYXZlbA==
1315
1323
1316
-
<aname="method-str-to-html-string"></a>
1317
-
#### `Str::toHtmlString()` {.collection-method}
1318
-
1319
-
The `Str::toHtmlString` method converts the string instance to an instance of `Illuminate\Support\HtmlString`, which may be displayed in Blade templates:
@@ -1793,7 +1792,7 @@ You can disable case sensitivity by setting the `ignoreCase` argument to `true`:
1793
1792
$containsAll = Str::of('This is my name')->containsAll(['MY', 'NAME'], ignoreCase: true);
1794
1793
1795
1794
// true
1796
-
1795
+
1797
1796
<aname="method-fluent-str-deduplicate"></a>
1798
1797
#### `deduplicate` {.collection-method}
1799
1798
@@ -2729,7 +2728,7 @@ The `title` method converts the given string to `Title Case`:
2729
2728
// A Nice Title Uses The Correct Case
2730
2729
2731
2730
<aname="method-fluent-str-to-base64"></a>
2732
-
#### `toBase64()` {.collection-method}
2731
+
#### `toBase64` {.collection-method}
2733
2732
2734
2733
The `toBase64` method converts the given string to Base64:
2735
2734
@@ -2739,6 +2738,15 @@ The `toBase64` method converts the given string to Base64:
2739
2738
2740
2739
// TGFyYXZlbA==
2741
2740
2741
+
<aname="method-fluent-str-to-html-string"></a>
2742
+
#### `toHtmlString` {.collection-method}
2743
+
2744
+
The `toHtmlString` method converts the given string to an instance of `Illuminate\Support\HtmlString`, which will not be escaped when rendered in Blade templates:
Copy file name to clipboardExpand all lines: translation-ja/cashier-paddle.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -444,7 +444,7 @@ Cashier includes a `paddle-button` [Blade component](/docs/{{version}}/blade#com
444
444
By default, this will display the widget using Paddle's default styling. You can customize the widget by adding [Paddle supported attributes](https://developer.paddle.com/paddlejs/html-data-attributes) like the `data-theme='light'` attribute to the component:
0 commit comments