Releases: kielabokkie/skeletor
Releases · kielabokkie/skeletor
1.3.4
1.3.3
Added
- Made the Github API url used for the version check configurable via the
skeletor.yml
file
1.3.2
Fixed
- Version number
1.3.1
Added
- Added Lumen 5.5
Removed
- Laravel and Lumen 5.4
1.3.0
Added
- New package league/climate
- New package predis/predis
- Implemented version check to ensure users are always running the latest version
1.2.3
Added
- New package spatie/laravel-permission
1.2.2
Fixed
- The pixelfusion/git-hooks package now automatically updates the composer file to ensure correct installation of the git hooks
- If a provider and/or alias is specified for a package it will now add these to the
config/app.php
file automatically without having to implement theConfigurablePackageInterface
.
1.2.1
Fixed
- Usability fixes
1.2.0
Added
- Added support for Laravel 5.5
1.1.0
Added
- Allow packages to publish their config
- Allow packages to add environment variables to the
.env
and.env.example
files
Fixed
- The
config/app.php
file was not being updated correctly