https://github.com/techouse/alfred-laravel-docs
Search the Laravel documentation using Alfred
https://github.com/techouse/alfred-laravel-docs
alfred-workflow algolia-search documentation laravel
Last synced: about 1 year ago
JSON representation
Search the Laravel documentation using Alfred
- Host: GitHub
- URL: https://github.com/techouse/alfred-laravel-docs
- Owner: techouse
- License: mit
- Created: 2022-02-21T19:37:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T08:22:55.000Z (almost 2 years ago)
- Last Synced: 2024-10-03T08:40:29.113Z (over 1 year ago)
- Topics: alfred-workflow, algolia-search, documentation, laravel
- Language: Dart
- Homepage:
- Size: 8.18 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Laravel Docs Workflow for Alfred



Search the [Laravel documentation](https://laravel.com/docs) using [Alfred](https://www.alfredapp.com/).

## Installation
1. [Download the latest version](https://github.com/techouse/alfred-laravel-docs/releases/latest)
2. Install the workflow by double-clicking the `.alfredworkflow` file
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.
## Usage
Just type `ld` followed by your search query.
```
ld request
```
Either press `⌘Y` to Quick Look the result, or press `` to open it in your web browser.
## Changing the Laravel version to search
The workflow supports searching the documentation of several versions. To change the branch, configure the Workflow as show in the image below.

### Note
Kudos to [tillkruss/alfred-laravel-docs](https://github.com/tillkruss/alfred-laravel-docs) for the initial inspiration.
The lightning fast search is powered by [Algolia](https://www.algolia.com) using the same index as the official [Laravel Docs](https://laravel.com/docs/) website.