bnbwebexpertise / laravel-push-notifications

[DEPRECATED] APNs and GCM Push Notifications module for Laravel 5
5 stars 5 forks source link

Cant find vendor when setting up config #3

Open njt1982 opened 6 years ago

njt1982 commented 6 years ago
$ php artisan vendor:publish --provider=Bnb\\PushNotifications\\PushNotificationsServiceProvider --tag=config

  [Symfony\Component\Console\Exception\CommandNotFoundException]
  There are no commands defined in the "vendor" namespace.

I'm using Lumen 5.4...

gabsource commented 6 years ago

Hi, There is no vendor:publish with lumen. Someone made this package https://github.com/laravelista/lumen-vendor-publish

You should try to go with .env configuration, it should be sufficient in most case.