Skip to content

Commit

Permalink
Release 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen-G committed Aug 23, 2020
1 parent e08e364 commit b07794e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.md
Expand Up @@ -9,6 +9,7 @@ All Notable changes to Packager will be documented in this file.

### Updated
- Support for Laravel 7 and PHPUnit 9.
- `packager:new` now also supports separating vendor and name with a forward slash.

## Version 2.4

Expand Down
5 changes: 5 additions & 0 deletions readme.md
Expand Up @@ -54,6 +54,11 @@ $ php artisan packager:new --i
```
The package will be created interactively, allowing to configure everything in the package's `composer.json`, such as the license and package description.

```bash
$ php artisan packager:new MyVendor/MyPackage
```
Alternatively you may also define your vendor and name with a forward slash instead of a space.

**Remarks:**
The new package will be based on [this custom skeleton](https://github.com/jeroen-g/packager-skeleton). If you want to use a different package skeleton, you can either:
- (A) publish the configuration file and change the default skeleton that will be used by all `packager:new` calls.
Expand Down

0 comments on commit b07794e

Please sign in to comment.