Skip to content

Releases: melihovv/laravel-package-generator

Laravel 8.0 support

01 Nov 19:05
1de707a
Compare
Choose a tag to compare
7.0.1

laravel 8 support

Laravel 7.0 support

07 Mar 17:49
fadabac
Compare
Choose a tag to compare

Breaking changes:

  • renamed config file from laravel-package-generator.php to package-generator.php
    You need to run php artisan vendor:publish --provider="Melihovv\LaravelPackageGenerator\ServiceProvider" or rename config file in your existing project manually.

Add .phpunit.result.cache to .gitignore

07 Sep 21:28
Compare
Choose a tag to compare
6.2.0

add .phpunit.result.cache to .gitignore

Add "composer validate" step to .travis.yml

07 Sep 20:19
Compare
Choose a tag to compare
6.1.0

add "composer validate" step to .travis.yml

Support for laravel 6.0

07 Sep 20:00
Compare
Choose a tag to compare
  • Remove package:clone command
  • Drop php <7.2 support

Fix composer.json in skeleton

12 May 22:40
0d8b49c
Compare
Choose a tag to compare
5.8.1

Fix #13: update composer.json in skeleton

Laravel 5.8 support

02 Mar 17:31
Compare
Choose a tag to compare
5.8.0

laravel 5.8 support

Laravel 5.7 support

04 Sep 20:19
Compare
Choose a tag to compare
5.7.0

laravel 5.7 support

Fix overriding existing repositories in composer.json

24 Aug 09:45
22bea97
Compare
Choose a tag to compare

Fix error in stub test

04 May 10:39
53f85bb
Compare
Choose a tag to compare
5.6.4

Update MainClassTest.php.tpl