latrell / Alipay

支付宝SDK在Laravel5的封装。
408 stars 92 forks source link

alipay composer install error: config files didn't exist under config directory. #2

Closed IvanJobs closed 9 years ago

IvanJobs commented 9 years ago

Hi bro, Recently I created a laravel 5.1 project under /usr/share/nginx/laravel directory. As I want to use latrel/alipay, so I run composer require latrell/alipya dev-master and composer install. After that I didn't find config/latrell-alipay.php or other two config files under config directory, but vendor/latrell/alipay is ok. I don't know why, please help me, thx:)

latrell commented 9 years ago

You can try run the shell:

php artisan vendor:publish
IvanJobs commented 9 years ago

@Latrell Thx, fixed my problem:)