Releases: pingpong-labs/sky
Releases · pingpong-labs/sky
Version 2.0.17 Stable
- Replace underscore with space for label text in form generator class.
- Register views, config and translations for each module via module's service provider.
Version 2.0.16 Stable
- Improvements in menus ordering feature.
- Allow to get
themes
instance fromtheme
helper.
Version 2.0.15 Stable
New Features:
Theme's files
. Now, every theme can have themefiles
. The files will autoload automatically.Theme's config
. Now, every theme can have config files.
Version 2.0.14 Stable
- Fix
array_reverse
in modules'sMigrator
class.
Version 2.0.7 Stable
Version 2.0.6 Stable
- Added new
--timeout
flag tomodule:install
command. - Install required module's dependencies after running
module:install
command. - Added new feature. Now, you can specify which module that required for your laravel project. You can specify the modules in your
modules.json
file in your project root. Here is an example ofmodules.json
file.
- Added
Stub
class tosupport
component. - Fix pingpong-labs/modules#158
Version 2.0.5 Stable
- Allow to create sub directory when generating controller, request, command & other generator command in modules component.
PSR-2
Version 2.0.4 Stable
- Added new
module:make-request
console command. - Added new
markdown
helper.
Version 2.0.3 Stable
- Autoload
helpers.php
file inpingpong/support
component. - Improved
module:install
command.
Version 2.0.2 Stable
-
Added new methods:
header
÷r
toMenuBuilder
class. -
Added new
gravatar
helper. -
Improvement in
module:install
command.- Now you can install your module from on of three different types: github, bitbucket and composer.
php artisan module:install foo/bar --type=github php artisan module:install foo/bar --type=bitbucket php artisan module:install foo/bar --type=composer