Skip to content

Releases: melihovv/laravel-package-generator

Fix path to coveralls in skeleton .travis.yml

11 Feb 05:00
93cc764
Compare
Choose a tag to compare
5.6.3

 fix path to coveralls

Finally fix issue with ignored dot files in dist

10 Feb 18:38
Compare
Choose a tag to compare
5.6.2

finally fix issue with ignored dot files in dist

Update skeleton composer.json for laravel 5.6

10 Feb 17:14
bbdadbd
Compare
Choose a tag to compare
5.6.1

update skeleton composer.json for laravel 5.6

Laravel 5.6 support

10 Feb 08:49
Compare
Choose a tag to compare
5.6.0

laravel 5.6 support

Update skeleton composer.json and .travis.yml

21 Jan 00:24
6090bfb
Compare
Choose a tag to compare
5.5.13

validate composer.json in skeleton travis config

Change test files suffix in phpunit.xml

16 Jan 06:41
f0ad696
Compare
Choose a tag to compare
5.5.12

change test files suffix in phpunit.xml

Fix skeleton .gitattributes

15 Jan 16:51
d15be9c
Compare
Choose a tag to compare
5.5.11

fix skeleton .gitattributes

Fix ignoring dot files in skeleton

15 Jan 16:02
f09f4ce
Compare
Choose a tag to compare
5.5.10

fix ignoring dot files in skeleton

Use kebab vendor name

15 Jan 15:51
Compare
Choose a tag to compare

Previous behaviour:
php artisan package:new SomeCompany SomePackage creates packages/somecompany/some-package folder.
Current behaviour:
php artisan package:new SomeCompany SomePackage creates packages/some-company/some-package folder.

Add .gitattributes to package skeleton

08 Nov 19:29
a87c527
Compare
Choose a tag to compare
5.5.8

Update .gitattributes