Skip to content

fix: correct vendor:publish tag in README#24

Open
derrickobedgiu1 wants to merge 1 commit into
InterWorks:mainfrom
derrickobedgiu1:fix/readme-config-tag
Open

fix: correct vendor:publish tag in README#24
derrickobedgiu1 wants to merge 1 commit into
InterWorks:mainfrom
derrickobedgiu1:fix/readme-config-tag

Conversation

@derrickobedgiu1

@derrickobedgiu1 derrickobedgiu1 commented Jun 16, 2026

Copy link
Copy Markdown

Related #29

The installation instructions in the README reference the wrong tag name for publishing the config file.

# documented (broken)
php artisan vendor:publish --tag="laravel-powerbi-config"

# correct
php artisan vendor:publish --tag="powerbi-config"

The tag registered in PowerBIServiceProvider is powerbi-config. The wrong tag silently does nothing, leaving new users without the config file and no obvious error message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant