- ✅ Lucky tips randomly
- ✅ Search tips by keyword
- 👀 Use SQLite FT5 support full-text search
- 👀 Remove built-in
laraveltips
and download it from godruoyi/laravel-tips automatically
This extension is required godruoyi/laravel-tips project. we use the
built-in laraveltips
by default, you can also install it manually and configure the Binary Path
in the extension
settings.
Clone this repo and install it locally in developer mode.
You will need to have Node.js and pnpm installed.
- Clone this repo
git clone https://github.com/godruoyi/laravel-tips-raycast.git
- Go to the folder
cd laravel-tips-raycast
- Install dependencies
npm install && npm run dev
- Go to Raycast, run
Import Extension
and select the folder
- Q: 403 Forbidden, API rate limit exceeded for your IP address.
- A: We use the GitHub API to retrieve the latest Laravel tips data. If you encounter this issue, please refer to the GitHub documentation to solve it. you can create a personal access token and set it to the extension settings.
MIT License