<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: web-tuts</title>
    <description>The latest articles on DEV Community by web-tuts (@webtuts).</description>
    <link>https://dev.to/webtuts</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F578764%2Fbcb8f1fe-09fc-4a0f-9e31-904b27b3f6ab.png</url>
      <title>DEV Community: web-tuts</title>
      <link>https://dev.to/webtuts</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/webtuts"/>
    <language>en</language>
    <item>
      <title>Laravel Livewire Click Event Example</title>
      <dc:creator>web-tuts</dc:creator>
      <pubDate>Sun, 14 Feb 2021 09:32:06 +0000</pubDate>
      <link>https://dev.to/webtuts/laravel-livewire-click-event-example-234i</link>
      <guid>https://dev.to/webtuts/laravel-livewire-click-event-example-234i</guid>
      <description>&lt;p&gt;In this post we learn laravel livewire click event example. I explained simply step by step to  laravel livewire wire:click example. This article goes in detailed on laravel livewire click not working. iIwould like to share with you laravel livewire click.&lt;/p&gt;

&lt;p&gt;Laravel Livewire Click Event Example&lt;br&gt;
Step 1: Install Laravel&lt;/p&gt;

&lt;p&gt;composer create-project --prefer-dist laravel/laravel blog&lt;br&gt;
Step 2: Install Livewire&lt;/p&gt;

&lt;p&gt;composer require livewire/livewire&lt;br&gt;
Step 3: Create Component&lt;/p&gt;

&lt;p&gt;php artisan make:livewire clickEvent&lt;br&gt;
Read more:&lt;a href="https://web-tuts.com/laravel-livewire-click-event-example/"&gt;https://web-tuts.com/laravel-livewire-click-event-example/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>livewire</category>
      <category>example</category>
      <category>event</category>
    </item>
  </channel>
</rss>
