Version 1.1.7 Stable
- You can order the modules by specify
priority
key inmodule.json
file. - You can include some
files
frommodule.json
file. - You can register some
providers
frommodule.json
file. - There's some breaking changes :
- If you inject the module class to other class, the old class
Pingpong\Modules\Module
was replaced byPingpong\Modules\Repository
class. - routes.php file does not loaded automatically. Please follow this issue to fix the issue.
- If you inject the module class to other class, the old class