You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes public folder is not in sync (because I forget to run npm run dev) with changes in resources. So it could be very convenient a tool like prepublish script in npm that forces execution of a script before publishing new version of package. So there is something in Composer/packagist or maybe for git before tagging?
The text was updated successfully, but these errors were encountered:
@acacha Mr.acacha , I use git to deploy , but how to deal with message.php ?
because my .gitignore file under project root is like these /node_modules /public/storage /public/hot /storage/*.key /vendor /.idea Homestead.json Homestead.yaml _ide_helper.php
So I can't sync the modified language specific message.php‘s to the production site. how can I solve this problem? If remove /vendor, then all the vendor directories would be copied to the remote site.
Sometimes public folder is not in sync (because I forget to run npm run dev) with changes in resources. So it could be very convenient a tool like prepublish script in npm that forces execution of a script before publishing new version of package. So there is something in Composer/packagist or maybe for git before tagging?
The text was updated successfully, but these errors were encountered: