Performance - v1.0.0
Development
Guides for contributors and anyone working on the package itself. For end-user documentation, see the guides and api sections.
Reference Pages
- development/code-style — The
artisanpack-ui/performancecode standard, the tools that enforce it (PHP-CS-Fixer + PHP_CodeSniffer), and the composer scripts that ship with the package
Related Documents at Package Root
- CONTRIBUTING.md — How to open issues, propose changes, and file pull requests
- CHANGELOG.md — Release history
Conventions
- Testing:
composer testruns the full Pest suite;composer benchruns the opt-in benchmark suite (see benchmarks/server-side). - Linting:
composer lintruns PHP-CS-Fixer + PHPCS in report mode;composer fixauto-fixes. - Docs are code: any user-facing change lands with its own doc update. The
docs/tree mirrors the surface area of the package — services getdocs/api/services.md, features get adocs/guides/…walk-through.