For AI agents: visit https://laravel-love.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
Being able to extend a class is a flexible feature. In fact it's so flexible that it can be tricky to forsee all possible ways a class can be extended. As a defensive measure all Laravel Love classes will be declared as final unless we'll need to make them extendable.