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

Readme: Add quotes to provider publish command #5

Merged
merged 1 commit into from
Oct 16, 2017
Merged

Readme: Add quotes to provider publish command #5

merged 1 commit into from
Oct 16, 2017

Conversation

zschuessler
Copy link
Contributor

The current docs state to run this command:

php artisan vendor:publish --provider=Stevebauman\Purify\PurifyServiceProviders

I'm on a fresh install and it publishes nothing for me. (Laravel claims "Publishing complete" but nothing happens). Adding double quotes works:

php artisan vendor:publish --provider="Stevebauman\Purify\PurifyServiceProviders"

Now Laravel says Publishing complete, but also mentions the config file was copied this time.

Cool repo btw!

The current docs state to run this command:

`php artisan vendor:publish --provider=Stevebauman\Purify\PurifyServiceProviders`

I'm on a fresh install and it publishes nothing for me. (Laravel claims "Publishing complete" but nothing happens). Adding double quotes works:

`php artisan vendor:publish --provider="Stevebauman\Purify\PurifyServiceProviders"`

Now Laravel says Publishing complete, but also mentions the config file was copied this time.

Cool repo btw!
@stevebauman stevebauman merged commit 4703923 into stevebauman:master Oct 16, 2017
@stevebauman
Copy link
Owner

Thanks! :)

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.

None yet

2 participants