Skip to content

Releases: pingpong-labs/modules

Version 2.2.0 Stable

11 Jan 07:49
Compare
Choose a tag to compare
  • Support Laravel 5.2
  • Merged #227, #238
  • Add new github-https type to module:install command. This will allow to install module from github via https.
  • More

Version 2.1.0 Stable

28 Jun 05:52
Compare
Choose a tag to compare
  • Laravel 5.1 Support.
  • Fix #177

Version 2.0.21 Stable

28 Jun 05:53
Compare
Choose a tag to compare

Version 2.0.18 Stable

11 Jun 05:07
Compare
Choose a tag to compare
  • Now every module will register in register method in BootstrapServiceProvider class 3bda872.
  • If you got error like class translator not found, move the registration namespaces of translation files and views from your module's start.php file to your module's service provider class in `boot method. You can follow this example. pingpongcms/pingpongcms@0f8d514. Also, dont forget to fix the language and views paths. pingpongcms/pingpongcms@c54cfdb

Version 2.0.8 Stable

22 May 07:00
Compare
Choose a tag to compare
  • Fix #160
  • Fix install module using Repository class

Version 2.0.7 Stable

21 May 09:03
Compare
Choose a tag to compare

Version 2.0.4 Stable

17 May 16:29
Compare
Choose a tag to compare
  • Added new module:make-request command.

Version 1.2.1 Stable

24 Dec 07:38
Compare
Choose a tag to compare
  • Fix #81.
  • Fix #82.
  • Fix class FileAlreadyExistsException not found.
  • Add new artisan command module:dump.
  • Add new feature that user can add a custom path as modules path using addPath method or addLocation method.

Version 1.2.0 Stable

20 Dec 10:46
Compare
Choose a tag to compare
  • Add scan feature.
  • Add caching feature.
  • Allow to create multiple modules using module:make command.
  • Fix #68
  • Merged #78

Version 1.1.11 Stable

04 Dec 05:05
Compare
Choose a tag to compare