barryvdh/laravel-omnipay

publish issue laravel 6.2

ssahinh opened this issue · 6 comments

when i try to vendor:publish givin me this error

"Unable to locate publishable resources."

Only solution is to copy the config manually? anyone?

I am using laravel 5.8, tried with
php artisan vendor:publish --provider="Barryvdh\Omnipay\ServiceProvider"
it seems it is working fine.

hmm, i've tried that too but that was not working as i far as i can remember. Btw, this
ea17a4d
maybe the issue. The double quotes were missing before i think, anyway i ended copying it manually, to anyone who tries it later, please leave a comment if it does the trick for you.

Had the same problem as @HamzaDus when trying to publish using Laravel 7. Fixed by adding double quotes, as per @chaiwei

had the same issue in laravel 7. so I tried to add double quotes as below and it worked:
$ php artisan vendor:publish --provider="Barryvdh\Omnipay\ServiceProvider"

Maybe the readme file should be corrected.

@sprklinginfo yes its work. /close