Skip to content

Releases: spatie/laravel-package-tools

1.12.1

28 Jun 14:29
Compare
Choose a tag to compare
  • add newPackage method

1.12.0

19 Jun 20:01
9e6c038
Compare
Choose a tag to compare

What's Changed

  • Update .gitattributes by @angeljqv in #53
  • [PHP 8.2] Fix ${var} string interpolation deprecation by @Ayesh in #57
  • Allow running of migrations by @riasvdv in #56

New Contributors

Full Changelog: 1.11.3...1.12.0

1.11.3

15 Mar 20:02
baeb3df
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.11.2...1.11.3

1.11.2

22 Feb 08:55
16a8de8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.11.1...1.11.2

1.11.1

16 Feb 11:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.11.0...1.11.1

1.11.0

11 Jan 18:52
fd75af7
Compare
Choose a tag to compare

What's Changed

  • Correct Blade view components folder in documentation by @chillbram in #47
  • Remove Database\Factories from psr-4 by @bastien-phi in #43
  • Allow Laravel 9

New Contributors

Full Changelog: 1.10.0...1.11.0

1.10.0

18 Dec 20:34
97c24d0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.9.2...1.10.0

1.9.2

21 Sep 13:07
f710fe1
Compare
Choose a tag to compare
  • don't install mockery by default

1.9.1

20 Sep 07:42
a440e67
Compare
Choose a tag to compare
  • allow to re-publish migrations via artisan --force (#37)

1.9.0

23 May 15:13
Compare
Choose a tag to compare
  • add support for multiple config files