How can I make PHP's artisan vendor:publish
command to merge the new file with the existing file instead overwriting in Laravel? Or after a make:console
merge, how can I use the vendor:publish
command in it?
I ask because PHP's artisan vendor:publish --force
overwrites packages view for a resource.