Laravel Tips In Rasycast
Features
- ✅ Lucky tips randomly
- ✅ Search tips by keyword
- 👀 Use SQLite FT5 support full-text search
- 👀 Remove built-in laraveltipsand download it from godruoyi/laravel-tips
automatically

Lucky tips

Tips Search

How to use
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.

Development
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 Extensionand select the folder
FQA
- 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.
License
MIT License