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

Update README.md #91

Merged
merged 2 commits into from
Mar 2, 2022
Merged

Update README.md #91

merged 2 commits into from
Mar 2, 2022

Conversation

melicerte
Copy link
Contributor

Fixes https://github.com/spatie/laravel-csp/issues/86
Replace wrong previous commit

@freekmurze
Copy link
Member

freekmurze commented Mar 1, 2022

Does

php artisan vendor:publish --tag=csp-config

or

php artisan vendor:publish --tag=config-csp

work?

@melicerte
Copy link
Contributor Author

Sorry, I didn't see you corrected my PR.

What works:
php artisan vendor:publish --provider="Spatie\Csp\CspServiceProvider"
php artisan vendor:publish --tag=csp-config

What does not work:
php artisan vendor:publish --tag=config-csp

So the README is almost correct, except for the '"' at the end of the command.

@freekmurze freekmurze merged commit 7e538be into spatie:main Mar 2, 2022
@freekmurze
Copy link
Member

Thank you 👍

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.

Config file can't be published with --tag=config (2.7.0)
2 participants