Laravel Packager Versions Save

A cli tool for creating Laravel packages

2.0

6 years ago

Major refactoring and some new features, such as custom skeletons. See changelog.md for all the details.

v1.6

6 years ago

Add package auto discovery and update documentation (Laravel 5.5).

v1.5.5

6 years ago
  • Add command to check your composer dependencies for security vulnerabilities
  • Fix publishing tests command path functions for Windows

v1.5.4

7 years ago

Fixes a bug where Packager stopped working on Laravel 5.1 (#32)

v1.5.3

7 years ago

Fixes a bug with composer dumping autoloads on php 5.6 (issue #30)

v1.5.2

7 years ago

Now dumps composer autoloads. Also updates the Guzzle requirement because of a security vulnerability.

V1.5.1

7 years ago

Two minor fixes.

v1.5

8 years ago

Updated documentation, fixed placeholders, added interaction option to packager:new.

v1.4

8 years ago

Added a new command for package tests and fixed the list command.

v1.3

8 years ago

Added command to list locally installed packages.