kevin997/CSL-Certification-Rest-API ships both files, and they share 7 of the 20 section tags.
The first runs 1,889 words and the second runs 1,889. Every list below is set membership over what the nightly stored for each file, never a re-reading of the text.
Everything indexed in kevin997/CSL-Certification-Rest-APICounted 13 September 2026
Headings
31 in both, 0 only in the first, 0 only in the second
CLAUDE.md
Nothing here that the second file does not also have.
GEMINI.md
Nothing here that the first file does not also have.
In both files
Laravel Boost Guidelines
Foundational Context
Skills Activation
Conventions
Verification Scripts
Application Structure & Architecture
Frontend Bundling
Documentation Files
Replies
Laravel Boost
Tools
Searching Documentation (IMPORTANT)
Search Syntax
Artisan
Tinker
PHP
Test Enforcement
Do Things the Laravel Way
Model Creation
APIs & Eloquent Resources
URL Generation
Testing
Vite Error
Laravel 12
Laravel 12 Structure
Database
Models
Livewire
Laravel Pint Code Formatter
PHPUnit
Running Tests
Commands
18 in both, 0 only in the first, 0 only in the second
CLAUDE.md
Nothing here that the second file does not also have.
GEMINI.md
Nothing here that the first file does not also have.
In both files
npm run build
npm run dev
composer run dev
php artisan route:list
php artisan list
php artisan [command] --help
php artisan config:show app.name
php artisan config:show database.default
php artisan tinker --execute 'Your::code();'
php artisan tinker --execute 'User::where("active", true)->count();'
php artisan test --compact
php artisan make:
php artisan make:class
php artisan make:model --help
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
7 in both, 0 only in the first, 0 only in the second
CLAUDE.md
Nothing here that the second file does not also have.
GEMINI.md
Nothing here that the first file does not also have.
In both files
build
test
code-style
architecture
database
do-not
docs