Results 7 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.

@crynobone I've created a repository for you, and I've linked a pull request (to my own repository) that shows you the files I added on top of the default Nova...

The only workaround I've found thus far is to comment out the other scenarios provided by the dataset. For what it's worth, filtering based on dataset names is something that...