hipsterjazzbo / LaraParse

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

Unable to publish assets #27

Closed oflannabhra closed 9 years ago

oflannabhra commented 9 years ago

Laravel 5.1, Laraparse is only required package. php artisan vendor:publish --provider=hipsterjazzbo/laraparse --tag=config command results in Nothing to publish.. Manually adding parse.php to app/config worked fine, but I figured I'd create this issue in case someone else ran into trouble

iamraffe commented 9 years ago

Yes, I too had issues. Had to run php artisan vendor:publish instead.

nicklee1990 commented 9 years ago

yeah i'm seeing the issue but looking at the service provider code cannot see why its not working...

nicklee1990 commented 9 years ago

actually i see what was wrong. Needs to be: php artisan vendor:publish --provider="LaraParse\ParseServiceProvider" --tag="config"