laravel-bootstrap-toasts icon indicating copy to clipboard operation
laravel-bootstrap-toasts copied to clipboard

View file personalization not possible after vendor:publish

Open dink opened this issue 3 years ago • 0 comments
trafficstars

After installation I ran the following to be able to customize the view file:

php artisan vendor:publish --provider="WhereIsLucas\LaravelBootstrapToasts\ToastServiceProvider" --tag="views"

but no actual changes occur after tweaking it. I think it's pulling the the original view file from the package vendor instead of the one in:

resources/views/vendor/laravel-boostrap-toasts/message.blade.php

Is this a bug? Any other way to fix this in the meantime?

dink avatar Dec 12 '21 15:12 dink