schulzefelix/laravel-bigquery

php artisan vendor:publish --provider="SchulzeFelix\BigQuery\BigQueryServiceProvider" does not create config/bigquery.php

JesseChua94 opened this issue · 1 comments

Steps taken:

  1. Ran composer require schulzefelix/laravel-bigquery:1.6 to install package.
  2. Ran php artisan vendor:publish --provider="SchulzeFelix\BigQuery\BigQueryServiceProvider". Output was:
    No publishable resources for tag []. Publishing complete.

Adding use BigQuery to a file to test the import finds no class.

Can you check that previous issues if that solves your problem?
#16