myth-auth
myth-auth copied to clipboard
fix BaseFilter not found error after publishing filters from cli
This will add 'use Myth\Auth\Filters\BaseFilter;' import to the all three filter files after publishing them by auth:publish command.
Fixes #568
Closes #569
Waiting for review from @MGatner
Here is still PHPStan and Rector errors. Extending BaseController instead of Controller will fix first one.
Let's deal with the pipeline issues in a separate PR, then this will be much easier to pass and review. I can help with that later today, but it looks like you have a good start if you want to make a new branch and cherry-pick your commits.