| Dimension | Shared | Only in A | Only in B | Overlap |
|---|---|---|---|---|
| Sections | 43 | 0 | 0 | 100% |
| Commands | 11 | 0 | 0 | 100% |
| Section tags | 11 | 0 | 0 | 100% |
What each file covers
Sections
43 shared · 0 only in A · 0 only in B- Laravel Boost Guidelines
- Foundational Context
- Conventions
- Verification Scripts
- Application Structure & Architecture
- Frontend Bundling
- Replies
- Documentation Files
- Laravel Boost
- Artisan
- URLs
- Tinker / Debugging
- Reading Browser Logs With the `browser-logs` Tool
- Searching Documentation (Critically Important)
- Available Search Syntax
- PHP
- Constructors
- Type Declarations
- Comments
- PHPDoc Blocks
- Enums
- Test Enforcement
- Do Things the Laravel Way
- Database
- Model Creation
- APIs & Eloquent Resources
- Controllers & Validation
- Queues
- Authentication & Authorization
- URL Generation
- Configuration
- Testing
- Vite Error
- Laravel 12
- Laravel 12 Structure
- Models
- PHPUnit
- Running Tests
- Tailwind CSS
- Spacing
- Dark Mode
- Tailwind CSS 4
- Replaced Utilities
Commands
11 shared · 0 only in A · 0 only in B- pnpm run build
- pnpm run dev
- composer run dev
- php artisan test --compact
- php artisan make:
- php artisan make:class
- php artisan make:model
- php artisan make:test [options] {name}
- php artisan make:test --phpunit {name}
- php artisan test --compact tests/Feature/ExampleTest.php
- php artisan test --compact --filter=testName
Section tags
11 shared · 0 only in A · 0 only in B- build
- test
- lint-format
- code-style
- architecture
- types
- security
- database
- ui
- do-not
- docs
Line diff
koel/koel · .github/copilot-instructions.md
@@ −1 @@
1<laravel-boost-guidelines>
2=== foundation rules ===
3
koel/koel · .cursor/rules/laravel-boost.mdc
@@ +1 @@
1---
2alwaysApply: true
3---
4<laravel-boost-guidelines>
5=== foundation rules ===
6
@@ −1 +1 @@
1+---
2+alwaysApply: true
3+---
14 <laravel-boost-guidelines>
25 === foundation rules ===
36
