Change path of the Vendor folder (of notifications) in laravel

1

I am working with the personalization of the email to reset the password with Auth de laravel, with the following command: php artisan vendor: publish --tag = laravel-notifications the vendor folder is saved in the following path: resources / views / vendor and I want to save it in resources / views / OTRO_DIRECTORIO / vendor how can I make it read there, since copying and pasting the directory does not work, I guess I should change the path in some place, or generate a new file with composer but I do not know how to assign that route. Thanks

    
asked by Joe 22.10.2018 в 21:35
source

0 answers