Releases: pingpong-labs/modules
Releases · pingpong-labs/modules
Version 2.2.0 Stable
Version 2.1.0 Stable
- Laravel 5.1 Support.
- Fix #177
Version 2.0.21 Stable
Version 2.0.18 Stable
- Now every module will register in
register
method inBootstrapServiceProvider
class 3bda872. - If you got error like
class translator not found
, move the registration namespaces of translation files and views from your module'sstart.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
- Fix #160
- Fix install module using Repository class
Version 2.0.7 Stable
Version 2.0.4 Stable
- Added new
module:make-request
command.