Skip to content

Releases: lorisleiva/laravel-deployer

v0.2.14

01 Nov 16:01
Compare
Choose a tag to compare

✨ Re-add artisan:optimize task and add new artisan:optimize:clean task (starting from Laravel 5.7 only).

v0.2.13

25 Oct 09:16
eb77c09
Compare
Choose a tag to compare
  • ✨ Add new tasks: artisan:event:cache, artisan:event:clear and artisan:view:cache
  • 📝 Ignore .phpunit.result.cache file
  • 📚 Update documentation

v0.2.12

04 Sep 14:56
Compare
Choose a tag to compare

⬆️ Upgrade to Laravel 6.x

v0.2.11

14 Apr 15:51
8d01453
Compare
Choose a tag to compare

✨ New task: artisan:nova:publish

v0.2.10

27 Mar 13:48
Compare
Choose a tag to compare

Revert previous release. I.e. use .gitattributes instead of composer archive to exclude tests and documentation from production environments.

v0.2.9

25 Mar 15:14
96c0876
Compare
Choose a tag to compare

📝 Use composer's archive option instead of .gitattributes to exclude tests and documentation from production environments.

v0.2.8

27 Feb 13:39
919ea83
Compare
Choose a tag to compare

⬆️ Upgrade to Laravel 5.8

v0.2.7

14 Feb 18:08
db35f3b
Compare
Choose a tag to compare

✨ New tasks

  • artisan:config:clear
  • artisan:telescope:clear
  • artisan:telescope:prune

v0.2.6

13 Jan 20:07
cbc5aa9
Compare
Choose a tag to compare
  • 📦 Added support and documentation for yarn. New tasks: yarn:install, yarn:development and yarn:production .
  • ❄️ Added a .gitattributes to exclude our tests related files from your vendor folder.

v0.2.5

05 Sep 06:51
Compare
Choose a tag to compare

⬆️ Upgrade to Laravel 5.7