sngrl / sphinxsearch

Sphinx Search for Laravel 5
MIT License
124 stars 89 forks source link

PHP artisan vendor publish issue #2

Closed noprobz09 closed 9 years ago

noprobz09 commented 9 years ago

Hi,

I tried to install this package but I got problem when try to run "php artisan vendor:publish sngrl/sphinxsearch", it says "Too many arguments", Im using Laravel 5.0

Thank you, Noel

sngrl commented 9 years ago

Good day!

In Laravel 5 you must use this command: php artisan vendor:publish --provider=sngrl\SphinxSearch\SphinxSearchServiceProvider --force

I fix readme, thank you.

noprobz09 commented 9 years ago

Hello sngrl,

Good day! :)

I tried again but it says, "Nothing to publish". Screenshot: http://screencast.com/t/R3UguHsxjo4B

Thank you, Noel

noprobz09 commented 9 years ago

I think its working now by using php artisan vendor:publish :)

DinicChen commented 9 years ago

How did you deal with the problem?

DinicChen commented 9 years ago

ok, i resolve it...