You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It turns out, this problem is not your code but rather it caused by spatie laravel-package-tools' bug.
So I sent this PR to spatie, in order to fix this bug.
And after it got merged, your package works fine now.
But you need to change the tag name for publishing the view files (because you are using custom view namespace in your code).
As I mentioned this PR, published view is not used properly it seems.
How to reproduce:
php artisan vendor:publish --tag="csv-views"
Something wrong with this package.
The text was updated successfully, but these errors were encountered: