rappasoft / rappasoft-comments

utteranc.es repository for rappasoft.com
2 stars 0 forks source link

blog/available-livewire-3-php-attributes #19

Open utterances-bot opened 9 months ago

utterances-bot commented 9 months ago

Rappasoft | Blog | Available Livewire 3 PHP Attributes

I couldn't find a page in the new Livewire docs that listed them all, and using the Algolia search fell short. So here are your options.

https://rappasoft.com/blog/available-livewire-3-php-attributes

jcamilovallejos commented 9 months ago

Could I create my own attributes? For example, I want to create another Attribute something like Title But It is called Description:

<head>
    <title>{{ $title ?? 'Page Title' }}</title>
    <p>{{ $description ?? 'Default description' }}</p>
</head>