AI Summary<laravel-boost-guidelines> === foundation rules === The Laravel Boost guidelines are specifically curated by Laravel maintainers for this application. These guidelines should be followed closely to enhance the user's satisfaction building Laravel applications.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "pejota — Copilot Instructions" prompt rules to my project. Repository: https://github.com/mazer-dev/pejota 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
The ERP and CRM, multi language, for freelancers and solo entrepreneurs. Clients, Projects, Contracts, Task, Timesheet manager. Built on top of PHP, Laravel, FilamentPHP, Livewire and Sqlite.
Filament's Core Features
• Actions: Handle doing something within the application, often with a button or link. Actions encapsulate the UI, the interactive modal window, and the logic that should be executed when the modal window is submitted. They can be used anywhere in the UI and are commonly used to perform one-time actions like deleting a record, sending an email, or updating data in the database based on modal form input. • Forms: Dynamic forms rendered within other features, such as resources, action modals, table filters, and more. • Infolists: Read-only lists of data. • Notifications: Flash notifications displayed to users within the application. • Panels: The top-level container in Filament that can include all other features like pages, resources, forms, tables, notifications, actions, infolists, and widgets. • Resources: Static classes that are used to build CRUD interfaces for Eloquent models. Typically live in app/Filament/Resources. • Schemas: Represent components that define the structure and behavior of the UI, such as forms, tables, or lists. • Tables: Interactive tables with filtering, sorting, pagination, and more. • Widgets: Small component included within dashboards, often used for displaying data in charts, tables, or as a stat.
Laravel Boost Guidelines
The Laravel Boost guidelines are specifically curated by Laravel maintainers for this application. These guidelines should be followed closely to enhance the user's satisfaction building Laravel applications.
Foundational Context
This application is a Laravel application and its main Laravel ecosystems package & versions are below. You are an expert with them all. Ensure you abide by these specific packages & versions. • php - 8.4.15 • filament/filament (FILAMENT) - v3 • laravel/framework (LARAVEL) - v11 • laravel/prompts (PROMPTS) - v0 • livewire/livewire (LIVEWIRE) - v3 • laravel/mcp (MCP) - v0 • laravel/pint (PINT) - v1 • laravel/sail (SAIL) - v1 • phpunit/phpunit (PHPUNIT) - v11 • tailwindcss (TAILWINDCSS) - v3
Conventions
• You must follow all existing code conventions used in this application. When creating or editing a file, check sibling files for the correct structure, approach, naming. • Use descriptive names for variables and methods. For example, isRegisteredForDiscounts, not discount(). • Check for existing components to reuse before writing a new one.
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