This repository has been archived by the owner on Aug 11, 2022. It is now read-only.
Releases: Naoray/laravel-package-maker
Releases · Naoray/laravel-package-maker
Version 1.1.1
Added
- when creating a package you can now choose if you want to add
styleci
,travis
andcodecov
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
Added
make:package:codecov
command
Changed
- every single stub can now be created seperately with
make:package:stub_command_name
Version 1.0
Added
make:package
=> creates a packagepackage:add
=> adds the package to your project