Laravel Docs Workflow for Alfred
Search the Laravel documentation using Alfred.
Installation
- Download the latest version
- Install the workflow by double-clicking the
.alfredworkflow
file - 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.
Usage
Just type ld
followed by your search query.
ld request
Either press ⌘Y
to Quick Look the result, or press <enter>
to open it in your web browser.
Changing Branches
The workflow supports searching the documentation of all the currently supported branches: v9
, v8
, v7
, v6
, v5.8
, v5.7
, v5.6
, v5.5
, v5.4
, v5.3
, v5.2
, v5.1
, v5
and v4.2
.
By default, it searches the v9
branch. To search branch v8
simply type v8
anywhere in your query, like so:
ld request v8
Note
Kudos to tillkruss/alfred-laravel-docs for the initial inspiration.
Built using Alfred-Workflow. The lightning fast search is powered by Algolia using the same index as the official Laravel Docs website.