Results 4 comments of Tyler

I'll have to do some research into the best way to approach this, but I'm not against this idea. Thanks for the suggestion!

+1 I just ran into this issue when moving files out of my `app` folder to modularize it. Code coverage failed to report coverage in my new `packages` folder. When...

As already mentioned, you should be able to qualify the table name. However, to support aliasing, you should do it like so: ``` protected static function booted() { static::addGlobalScope('active', function...

This fix has been accommodated in v4.0.0, which also adds Laravel 10.x support. Thank you for bringing this to my attention.