Skip to content

Commit

Permalink
v3-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Sep 19, 2023
1 parent 293a066 commit a15b9b2
Show file tree
Hide file tree
Showing 7 changed files with 450 additions and 234 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
---
title: Handling uploads with Livewire
title: Handling uploads with Livewire 2
weight: 4
---

Media Library Pro v2 is compatible with Livewire v2.

You can make use of the `x-media-library-attachment` and `x-media-library-collection` inside of the views of your own Livewire components.

## Getting started

Make sure to have followed [Livewire's installation instructions](https://laravel-livewire.com/docs/installation).
Make sure to have followed [Livewire's installation instructions](https://livewire.laravel.com).

Make sure Alpine is available on the page as well. The easiest way is to include it from a CDN:

Expand Down
Loading

0 comments on commit a15b9b2

Please sign in to comment.