Closed ssahinh closed 2 years ago
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 https://github.com/barryvdh/laravel-omnipay/commit/ea17a4def83b287ac86ce1d7b3e8d2cd61f97302 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
when i try to vendor:publish givin me this error
"Unable to locate publishable resources."