Skip to content

Releases: pingpong-labs/sky

Version 2.0.17 Stable

09 Jun 14:14
Compare
Choose a tag to compare
  • 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

09 Jun 14:07
Compare
Choose a tag to compare
  • Improvements in menus ordering feature.
  • Allow to get themes instance from theme helper.

Version 2.0.15 Stable

09 Jun 14:09
Compare
Choose a tag to compare

New Features:

  • Theme's files. Now, every theme can have theme files. The files will autoload automatically.
  • Theme's config. Now, every theme can have config files.

Version 2.0.14 Stable

09 Jun 14:11
Compare
Choose a tag to compare
  • Fix array_reverse in modules's Migrator class.

Version 2.0.7 Stable

21 May 09:04
Compare
Choose a tag to compare

Version 2.0.6 Stable

19 May 16:44
Compare
Choose a tag to compare
  • Added new --timeout flag to module: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 of modules.json file.

screenshot from 2015-05-19 13 04 56

Version 2.0.5 Stable

18 May 17:53
Compare
Choose a tag to compare
  • Allow to create sub directory when generating controller, request, command & other generator command in modules component.
  • PSR-2

Version 2.0.4 Stable

17 May 16:26
Compare
Choose a tag to compare
  • Added new module:make-request console command.
  • Added new markdown helper.

Version 2.0.3 Stable

15 May 09:53
Compare
Choose a tag to compare
  • Autoload helpers.php file in pingpong/support component.
  • Improved module:install command.

Version 2.0.2 Stable

12 May 17:25
Compare
Choose a tag to compare
  • Added new methods: header & divider to MenuBuilder 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