Hey. I have a problem when the Laravel 5 vendor: publish command does not override the old package assets. Does anyone know if this is the correct behavior or do I need to somehow remove the previous version before I publish?
considers
Try using the flag --force.
--force
$ php artisan vendor:publish --force