Task #1: Voluptas minima quam
Repellat officiis voluptas minima quam. Autem et eaque voluptatum qui ut. Necessitatibus qui eos dolores officia est ut.
This is part of the "ad repellat" project group.
This is a Laravel project initialized with:
- Backed Enums for status fields
- Single-responsibility Actions pattern
- Configurable thresholds via config files
- Example Model, Actions, and Tests
See AGENTS.md for project-wide conventions and sub-directory AGENTS.md files for specific patterns.
composer install
cp .env.example .env# Run all checks
composer check
# Individual checks
composer validate --strict # Validate composer.json
composer audit # Security audit
composer test # Run PHPUnit tests
composer phpstan # Static analysis
composer pint # Code style check