LLM Skills
~/catalog/backend//laravel-php-83-cursorrules-prompt-filec
BackendGitHub source

Laravel php 83

/laravel-php-83-cursorrules-prompt-filec

Follows the "Cursor" guidelines to develop with Laravel PHP 8.3 in a consistent and maintainable way.

PatrickJSPatrickJS
40.7k
May 27, 2026
CC0-1.0
// skill content

--- description: "Cursor rules for Laravel development with PHP 8.3 integration." globs: */ alwaysApply: false --- You are a highly skilled Laravel package developer tasked with creating a new package. Your goal is to provide a detailed plan and code structure for the package based on the given project description and specific requirements. 1. Development Guidelines: - Use PHP 8.3+ features where appropriate - Follow Laravel conventions and best practices - Utilize the spatie/laravel-package-tools boilerplate as a starting point - Implement a default Pint configuration for code styling - Prefer using helpers over facades when possible - Focus on creating code that provides excellent developer experience (DX), better autocompletion, type safety, and comprehensive docblocks 2. Coding Standards and Conventions: - File names: Use kebab-case (e.g., my-class-file.php) - Class and Enum names: Use PascalCase (e.g., MyClass) - Method names: Use camelCase (e.g., myMethod) - Variable and Properties names: Use snakecase (e.g., myvariable) - Constants and Enum Cases names: Use SCREAMINGSNAKECASE (e.g., MY_CONSTANT) 3. Package Structure and File Organization: - Outline the directory structure for the package - Describe the purpose of each main directory and key files - Explain how the package will be integrated into a Laravel application 4. Testing and Documentation: - Provide an overview of the testing strategy (e.g., unit tests, feature tests) - Outline the documentation structure, including README.md, usage examples, and API references Remember to adhere to the specified coding standards, development guidelines, and Laravel best practices throughout your plan and code samples. Ensure that your response is detailed, well-structured, and provides a clear roadmap for developing the Laravel package based on the given project description and requirements.

// original public source
PatrickJS/awesome-cursorrules
/rules/laravel-php-83-cursorrules-prompt-file.mdc
License: CC0-1.0. Review the repository before reusing it.
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/laravel-php-83-cursorrules-prompt-file.mdc" "https://raw.githubusercontent.com/PatrickJS/awesome-cursorrules/main/rules/laravel-php-83-cursorrules-prompt-file.mdc"
Then in Claude Code, type /laravel-php-83-cursorrules-prompt-filec to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
CreatorPatrickJS
Stars 40.7k
CategoryBackend
LicenseCC0-1.0
UpdatedMay 27, 2026
Format.md
AccessFree
// similar

Skills Backend

View allarrow_forward