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

Invalid installation instructions for migrations #892

Closed
lukas-pierce opened this issue May 21, 2021 · 1 comment
Closed

Invalid installation instructions for migrations #892

lukas-pierce opened this issue May 21, 2021 · 1 comment

Comments

@lukas-pierce
Copy link

lukas-pierce commented May 21, 2021

Describe the bug
Invalid installation instructions in README.md. Need fix --tag option

To Reproduce

php artisan vendor:publish --provider="Spatie\Activitylog\ActivitylogServiceProvider" --tag="activitylog-migrations"
php artisan vendor:publish --provider="Spatie\Activitylog\ActivitylogServiceProvider" --tag="activitylog-config"

Error

Unable to locate publishable resources.

Resolve

php artisan vendor:publish --provider="Spatie\Activitylog\ActivitylogServiceProvider" --tag="migrations"
php artisan vendor:publish --provider="Spatie\Activitylog\ActivitylogServiceProvider" --tag="config"
@Gummibeer
Copy link
Collaborator

#664
#883

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

No branches or pull requests

2 participants