hipsterjazzbo / LaraParse

LaraParse provides a nice integration for using Parse (parse.com) with Laravel 5+
MIT License
27 stars 19 forks source link

php artisan vendor:publish -- Nothing to publish. #13

Closed cshipley closed 9 years ago

cshipley commented 9 years ago

Hey guys.. wanted to let you know that following the directions in the readme, when I get to the point where I do the command:

php artisan vendor:publish --provider=hipsterjazzbo/laraparse

composer responds with: Nothing to publish.

And no configuration file is copied into app/config.

hipsterjazzbo commented 9 years ago

Hmm not sure about that one. Will have to investigate.

iamraffe commented 9 years ago

That happened to me too, had to run php artisan vendor:publish or just copy the file.

nicklee1990 commented 9 years ago

looks like the docs need to be updated to specify the config tag i.e. php artisan vendor:publish --provider=hipsterjazzbo/laraparse --tag=config

nicklee1990 commented 9 years ago

updated the readme for this