Extension Icon

Laravel Tips

Get or search laravel tips in Raycast
AvatarGodruoyi
137 Installs
Overview

Laravel Tips In Rasycast

Features

  • ✅ 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

List

Lucky tips

Random Tip

Tips Search

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.

Initial set-up

Development

Clone this repo and install it locally in developer mode.

You will need to have Node.js and pnpm installed.

  1. Clone this repo git clone https://github.com/godruoyi/laravel-tips-raycast.git
  2. Go to the folder cd laravel-tips-raycast
  3. Install dependencies npm install && npm run dev
  4. Go to Raycast, run Import Extension and 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