-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Is your feature request related to a problem? Please describe.
The README.md isn't included in the published Composer package. When working with AI assistants (Claude, Copilot, etc.) on projects that use this library, they can't read the documentation from vendor/scify/laravel-cookie-guard/ because the README simply isn't there.
Describe the solution you'd like
Include README.md in the published package. This might just require removing it from .gitattributes export-ignore (if that's what's excluding it).
Additional context
LLMs are increasingly used for development assistance, and they often look at vendor/ for library documentation. Having the README available locally helps them provide accurate, context-aware help without needing to fetch external URLs.