AI SummaryHeuristic scoring (no AI key configured).
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "laravel-catalunya — Copilot Instructions" prompt rules to my project. Repository: https://github.com/alibori/laravel-catalunya Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
Laravel Catalunya community site
Overview
This project is dockerized in a container called laravel_cat.
Commands
When run Laravel artisan, vendor or composer commands is needed, use the following format: `bash docker exec laravel_cat <command> ` For example, to run migrations: `bash docker exec laravel_cat php artisan migrate ` To run tests: `bash docker exec laravel_cat .vendor/bin/pest ` To install composer dependencies: `bash docker exec laravel_cat composer install ` Take into account that npm and node commands should be run in your local machine, not inside the container. Be sure you have the correct Node.js version declared in the .nvmrc file. You can use nvm to manage Node.js versions. === .ai/pattern rules ===
Action pattern
This project uses the Action Pattern to encapsulate business logic into discrete, reusable classes called "Actions". This approach promotes separation of concerns, making the codebase more maintainable and testable.
Key Concepts
• Action Classes: Each action is represented by a class that contains a single public method, named execute(), which performs the specific task. • Reusability: Actions can be reused across different parts of the application, reducing code duplication. • Testability: Actions can be easily tested in isolation, allowing for more straightforward unit tests.
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts