Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Releases: Naoray/laravel-package-maker

v4.0.4

16 Dec 17:58
5152110
Compare
Choose a tag to compare

Fixed

  • namespace replacement in base test

v4.0.2

23 Nov 18:21
9d15903
Compare
Choose a tag to compare

Fixed

  • bumped illuminate/support version to ^8.0

v4.0.1

29 Oct 08:42
07c6ed1
Compare
Choose a tag to compare

Fixed

  • license year replacement (07c6ed1)

v4.0.0

29 Oct 08:13
58c1dec
Compare
Choose a tag to compare

Added

  • support for laravel 8

v3.1.0

14 Jul 16:50
78e3f0d
Compare
Choose a tag to compare

Changed

  • default package phpunit configuration (78e3f0d)

v3.0.2

13 Jul 18:01
1cd058a
Compare
Choose a tag to compare

Fixes

  • fix orchestra dependency version (1cd058a)

v3.0.1

13 Jul 17:54
f53c0be
Compare
Choose a tag to compare

Fixes

  • generate new package with requirement of laravel/support:^7.0 (f53c0be)

v3.0.0

15 May 12:50
08a2eaa
Compare
Choose a tag to compare

Added

  • Support for Laravel 7

v2.0.0

21 Oct 09:40
834fbdc
Compare
Choose a tag to compare

Added

  • Suport for Laravel 6.0 (thanks @immeyti)

Changed

  • improved package:readme command to include author's name and credits to other maintainers a5d825b thanks @byjujohn

v1.4.4

28 Aug 14:07
3bcfea7
Compare
Choose a tag to compare

Fixed

  • Exhausted allowed memory on Model Creation - #55 via ae2e04b