laravel-bootstrap-toasts
laravel-bootstrap-toasts copied to clipboard
View file personalization not possible after vendor:publish
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?