Closed oflannabhra closed 9 years ago
Yes, I too had issues. Had to run php artisan vendor:publish instead.
yeah i'm seeing the issue but looking at the service provider code cannot see why its not working...
actually i see what was wrong. Needs to be: php artisan vendor:publish --provider="LaraParse\ParseServiceProvider" --tag="config"
Laravel 5.1, Laraparse is only required package.
php artisan vendor:publish --provider=hipsterjazzbo/laraparse --tag=config
command results inNothing to publish.
. Manually addingparse.php
toapp/config
worked fine, but I figured I'd create this issue in case someone else ran into trouble