Releases: lorisleiva/laravel-deployer
Releases · lorisleiva/laravel-deployer
v0.2.14
✨ Re-add artisan:optimize
task and add new artisan:optimize:clean
task (starting from Laravel 5.7 only).
v0.2.13
- ✨ Add new tasks:
artisan:event:cache
,artisan:event:clear
andartisan:view:cache
- 📝 Ignore
.phpunit.result.cache
file - 📚 Update documentation
v0.2.12
⬆️ Upgrade to Laravel 6.x
v0.2.11
✨ New task: artisan:nova:publish
v0.2.10
⏪ Revert previous release. I.e. use .gitattributes instead of composer archive to exclude tests and documentation from production environments.
v0.2.9
📝 Use composer's archive
option instead of .gitattributes
to exclude tests and documentation from production environments.
v0.2.8
⬆️ Upgrade to Laravel 5.8
v0.2.7
✨ New tasks
artisan:config:clear
artisan:telescope:clear
artisan:telescope:prune
v0.2.6
- 📦 Added support and documentation for
yarn
. New tasks:yarn:install
,yarn:development
andyarn:production
. - ❄️ Added a
.gitattributes
to exclude our tests related files from yourvendor
folder.
v0.2.5
⬆️ Upgrade to Laravel 5.7