beyondcode/laravel-vouchers

Package does not publish migration and config file

shiroamada opened this issue · 3 comments

Hi. The migration and config file is not published.

php artisan vendor:publish --provider=BeyondCode\Vouchers\VouchersServiceProvider --tag="config"
only outputs Publishing complete. But no file created.

Tried with Laravel 5.8, 5.7 and 5.5 all the same...

I have same problem, but it works fine when I run this command instead php artisan vendor:publish and then manually select BeyondCode\Vouchers\VouchersServiceProvider from the list

What I worried is php artisan vendor:publish will overwrite my old file. Thanks for the Good Trick!
Not sure it is because Laravel changed setting or bug?

tested on laravel 5.8.35, it will prompt a table for selection after vendor:publish commands. thanks @jlstandout