These docs are for v7. Click to read the latest docs for v9.

Extending Functionality

Final Classes

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.