antonioribeiro / version

Laravel App versioning
MIT License
586 stars 105 forks source link

version:refresh command issue in 1.0 #68

Closed boris-glumpler closed 5 years ago

boris-glumpler commented 5 years ago

I noticed that the version:refresh command has been removed in version 1.0. Is there an alternative we can use? Also, the documentation is out of sync as it still recommends to use version:refresh in a git hook.

antonioribeiro commented 5 years ago

Absorb is king now, there’s no cache anymore so no need to refresh. You can just

php artisan version:absorb
boris-glumpler commented 5 years ago

Alright, cheers!

bolechen commented 5 years ago

plz update the README file