Skip to content

Releases: kielabokkie/skeletor

1.3.4

03 Oct 22:08
Compare
Choose a tag to compare

Fixed

  • Added Sentry customisation for exception handler template for Laravel 5.5 projects

1.3.3

02 Oct 22:12
Compare
Choose a tag to compare

Added

  • Made the Github API url used for the version check configurable via the skeletor.yml file

1.3.2

02 Oct 04:48
Compare
Choose a tag to compare

Fixed

  • Version number

1.3.1

02 Oct 04:43
Compare
Choose a tag to compare

Added

  • Added Lumen 5.5

Removed

  • Laravel and Lumen 5.4

1.3.0

28 Sep 00:34
Compare
Choose a tag to compare

Added

  • New package league/climate
  • New package predis/predis
  • Implemented version check to ensure users are always running the latest version

1.2.3

27 Sep 03:13
Compare
Choose a tag to compare

Added

  • New package spatie/laravel-permission

1.2.2

27 Sep 01:22
Compare
Choose a tag to compare

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 the ConfigurablePackageInterface.

1.2.1

19 Sep 02:58
Compare
Choose a tag to compare

Fixed

  • Usability fixes

1.2.0

13 Sep 04:34
Compare
Choose a tag to compare

Added

  • Added support for Laravel 5.5

1.1.0

03 Aug 03:10
Compare
Choose a tag to compare

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