We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thank you so much for such a simple and useful package.
I am using laravel-mail-editor for email's template management.
The laravel-mail-editor stores template under resources/views/vendor/maileclipse/templates/
resources/views/vendor/maileclipse/templates/
How can I ignore the whole directory?
I tried the below option, but not working.
'ignore' => [ 'resources/views/vendor/maileclipse/*', ],
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thank you so much for such a simple and useful package.
I am using laravel-mail-editor for email's template management.
The laravel-mail-editor stores template under
resources/views/vendor/maileclipse/templates/
How can I ignore the whole directory?
I tried the below option, but not working.
The text was updated successfully, but these errors were encountered: