Raycast - Laravel Documentation
This script command provides a quick way of searching the Laravel documentation.
It accepts a query and will open the first result in your default browser.
Installation
-
Begin by creating a
~/.config/raycast/scripts
folder if you don't already have one. -
Add the
laravel.js
andpackage.json
file to this folder.
If you already have a
package.json
in this folder, runnpm install open algoliasearch -D
instead.
- Add the
~/.config/raycast/scripts
folder to Raycast
Open Raycast and search for
Extensions
. Hit Cmd + N and choose "Add Script Directory". Navigate to and choose the~/.config/raycast/scripts
folder.
-
Open Raycast and type
laravel
. It should appear as a Script Command. -
Hit Enter and you'll be prompted to enter your search query. Type your search and hit enter. The Raycast output window will tell you how many results were found and it'll open the most relevant in your default browser.
Hey, just found this and I get the error
"Optional(Error Domain=NSPOSIXErrorDomain Code=8 "Exec format error")"
.I have no idea what the error is about, can you help me here Ryan?