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

fix documentation publish command (#284) #467

Merged
merged 1 commit into from
Sep 5, 2022

Conversation

bfiessinger
Copy link
Contributor

regarding #284 the publish command in the installation section of the docs would publish all migrations, public assets, configs and views.

Depending the amount of packages this could lead to a tremendous amount of published files that most likely would not be necessary.

Changing php artisan vendor:publish --all to php artisan vendor:publish --provider="Aimeos\Shop\ShopServiceProvider" publishes all files needed for the aimeos Laravel package to work.

@aimeos
Copy link
Owner

aimeos commented Sep 5, 2022

Thanks a lot!

@aimeos aimeos merged commit 3e1f103 into aimeos:master Sep 5, 2022
@bfiessinger
Copy link
Contributor Author

Thanks a lot!

You're welcome! Have a great day ;)

@bfiessinger bfiessinger deleted the fix/documentation-publish-cmd branch September 5, 2022 07:50
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