Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vendor publish not working as expected #1

Open
me-shaon opened this issue Nov 2, 2018 · 1 comment
Open

vendor publish not working as expected #1

me-shaon opened this issue Nov 2, 2018 · 1 comment
Labels

Comments

@me-shaon
Copy link

me-shaon commented Nov 2, 2018

Running the following command for vendor publishing didn't work,
php artisan vendor:publish --provider=Nahid\Permit\PermitServiceProvider
But adding the ServiceProvider as a quoted string like following works like a charm.
php artisan vendor:publish --provider="Nahid\Permit\PermitServiceProvider"

I'm not sure why. But seems like the README should be updated with the working example.

@nahid
Copy link
Owner

nahid commented Nov 2, 2018

Thank you @me-shaon bhai for finding this out. Insha'Allah I'll update it.

@nahid nahid added the bug label Sep 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants