---
description: Version information for Laravel applications
globs: <root>/app/**/*.php,<root>/bootstrap/**/*.php,<root>/routes/**/*.php,<root>/database/migrations/**/*.php,<root>/config/**/*.php,<root>/tests/**/*.php
alwaysApply: true
---

# Laravel Version Information

This project is using Laravel **{detectedVersion}**.

## Version-Specific Considerations

The rules in this folder are adapted for Laravel {detectedVersion}, which falls into the "{versionRange}" compatibility range.

## Framework Structure

The Laravel application is located at: `{projectPath}`

## Detected Components

The system has detected your Laravel installation and will apply appropriate rules for:

-   Core Laravel functionality
-   Eloquent Models and Relationships
-   Routing and Controllers
-   Middleware
-   Service Providers
-   Database Migrations
-   Testing

## Architecture

These rules are configured for your chosen architecture style. You can find specific architecture guidelines in the related architecture rules.
