You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-2
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,14 @@ An ultra-fast Laravel Livewire docs search workflow for [Alfred](https://www.alf
4
4
5
5

6
6
7
+
7
8
## Installation
8
9
9
-
1.[Download the latest version](https://github.com/AlexMartinFR/alfred-livewire-docs/releases/download/v0.1.1/livewire-docs.alfredworkflow)
10
+
1.[Download the latest version](https://github.com/AlexMartinFR/alfred-livewire-docs/releases/download/v0.1.2/livewire-docs.alfredworkflow)
10
11
2. Install the workflow by double-clicking the `.alfredworkflow` file
11
12
3. You can add the workflow to a category, then click "Import" to finish importing. You'll now see the workflow listed in the left sidebar of your Workflows preferences pane.
12
13
14
+
13
15
## Usage
14
16
15
17
Just type `lw` followed by your search query:
@@ -21,6 +23,17 @@ lw component
21
23
22
24
Either press `⌘Y` to Quick Look the result, or press `<enter>` to open it in your web browser.
23
25
26
+
27
+
## Versions
28
+
29
+
Edit the workflow environment variable to query the documentation for a different Livewire version.
30
+
31
+
Currently available versions:
32
+
33
+
1.x
34
+
2.x
35
+
36
+
24
37
## Credits
25
38
26
-
This workflow is based on Till Kruss' [Laravel Docs workflow](https://github.com/tillkruss/alfred-laravel-docs).
39
+
This workflow is based on Till Kruss' [Laravel Docs workflow](https://github.com/tillkruss/alfred-laravel-docs).
0 commit comments