Skip to content
This repository has been archived by the owner on Mar 15, 2020. It is now read-only.
/ alpine-plugin Public archive

AlpineJS support within Livewire components

Notifications You must be signed in to change notification settings

livewire/alpine-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMPORTANT: This repo is no longer needed. Livewire > 1.0 now supports Alpine out of the box.

Livewire AlpineJS Plugin

Usage

Include the CDN asset after your @livewireScripts statement in your app's layout file:

@livewireScripts
<script src="https://cdn.jsdelivr.net/gh/livewire/[email protected]/dist/livewire-alpine-plugin.js"></script>