We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docs(v0.9.0): Update Wiki with Production Readiness features ## New Documentation - Health-Checks.md: Endpoints, configuration, custom checks - Logging.md: StructuredLogger, AuditLogger, RequestLogger - Cache.md: Response caching, invalidation, stores - Exception-Handling.md: ApiException, ErrorCode, ApiResponse trait ## Updated Documentation - Home.md: Added Production Features section - Security-Attributes.md: Added IP Access, HMAC, Tier Throttling - Configuration.md: Added all new config sections - Behavioral-Traits.md: Added #[Transactional] attribute - Roadmap.md: v0.9.0 marked as completed
docs: update security documentation for v0.8.0 - Added Security section to Roadmap - Added ThrottleLogin and Ownership attributes to Behavioral-Traits - Added Enterprise Security Features section to Security-Attributes - Updated version references to v0.8.0
docs: update documentation for v0.7.0 production-ready features ## Updates - Add #[RateLimit] documentation to Behavioral-Traits.md - Add Quality Assurance section to Roadmap.md (PHPStan, Tests, CI) - Update Configuration.md with rate_limit settings - Rewrite Action-Definition.md with correct patterns (execute + Request) - Create DTOs.md guide with comprehensive examples - Update Home.md navigation with new docs
docs: Complete Wiki documentation overhaul New wiki pages: - Relations-Definition.md: Complete guide to all relationship types with examples - Security-Attributes.md: Documentation for Hidden, Encrypted, and Hashed attributes - Validation-Attributes.md: Comprehensive validation attributes reference with 40+ examples Updated wiki pages: - Entity-Definition.md: Added PrimaryKey, ForeignKey, Index, UniqueConstraint documentation - Behavioral-Traits.md: Added Timestampable, Blameable, Sluggable, Policy documentation - Architecture.md: Updated attributes structure - Home.md: Added links to new documentation pages - Roadmap.md: Updated to v0.7.0 with complete feature list All documentation includes: - Parameter tables with types and defaults - Code examples for every attribute - Use case descriptions - Generated SQL output examples
docs: update Wiki for v0.2.0-alpha - CLI-Commands: add core:cache, core:docs, updated core:migrate, production workflow - Query-Engine: nested includes, cursor pagination, OR groups, new operators, auto validation - Configuration: disable_cache, auth.default_guard, pagination settings, .env reference - Behavioral-Traits: #[Authorize] full documentation - Roadmap: shipped features table, future roadmap reorganized - Home: updated navigation links
docs: release v0.1.0-alpha wiki documentation