generated from spatie/package-skeleton-laravel
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,17 +87,17 @@ Muddle::strategy(link: new Link\Encrypt)->link('[email protected]'); | |
|
||
```blade | ||
{{-- default strategy components --}} | ||
<x-muddle-link email="[email protected]" title="email" /> | ||
<x-muddle-text email="[email protected]" /> | ||
<x-muddle-link email="[email protected]" /> | ||
{{-- specific link strategy components --}} | ||
<x-muddle-random email="[email protected]" /> | ||
<x-muddle-append email="[email protected]" /> | ||
<x-muddle-concatenation email="[email protected]" /> | ||
<x-muddle-encrypt email="[email protected]" /> | ||
<x-muddle-entities email="[email protected]" /> | ||
<x-muddle-hex email="[email protected]" /> | ||
<x-muddle-rotate email="[email protected]" /> | ||
<x-muddle-random email="[email protected]" title="email" /> | ||
<x-muddle-append email="[email protected]" title="email" /> | ||
<x-muddle-concatenation email="[email protected]" title="email" /> | ||
<x-muddle-encrypt email="[email protected]" title="email" /> | ||
<x-muddle-entities email="[email protected]" title="email" /> | ||
<x-muddle-hex email="[email protected]" title="email" /> | ||
<x-muddle-rotate email="[email protected]" title="email" /> | ||
{{-- specific text strategy components --}} | ||
<x-muddle-text-random email="[email protected]" /> | ||
|