Closed boris-glumpler closed 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.
version:refresh
Absorb is king now, there’s no cache anymore so no need to refresh. You can just
php artisan version:absorb
Alright, cheers!
plz update the README file
README
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 useversion:refresh
in a git hook.