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

Version 1.1.1

16 Aug 06:50
f8dd13c
Compare
Choose a tag to compare

Added

  • when creating a package you can now choose if you want to add styleci, travis and codecov services files to your package. (later on more options for each service branch will be added)
  • make:package:mail & make:package:job command

Version 1.1

15 Aug 14:01
2772a27
Compare
Choose a tag to compare

Added

  • make:package:codecov command

Changed

  • every single stub can now be created seperately with make:package:stub_command_name

Version 1.0

09 Aug 13:43
b074ee5
Compare
Choose a tag to compare

Added

  • make:package => creates a package
  • package:add => adds the package to your project