mhinspeya / backend-mod
Magento admin area
Package info
git.modehaus.de/inspeya/inspeya-base
Type:magento2-module
pkg:composer/mhinspeya/backend-mod
1.0.1
2026-08-27 07:52 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-08-27 07:53:16 UTC
README
Shared Magento admin utilities for Inspeya modules.
Module update notifications (all Inspeya modules)
BackendMod is the single place for update checks. Individual modules need no extra code.
- Module is listed in
Model/Feed/Config::MODULE_PROJECTS - Module is installed on the store
- Its GitLab project is public
- You create a newer Release/Tag than the installed
composer.jsonversion
Then Magento shows an Admin Notification (and lists updates under Inspeya → Inspeya Notifications).
Release (any module)
- Bump
"version"in that module’scomposer.json - Tag/Release on GitLab (
1.0.1orv1.0.1) - Done — no feed file, no per-module notification code
New module later
Add one row to MODULE_PROJECTS in BackendMod and release BackendMod. Example:
'MHinspeya_Something' => [
'project' => 'hyvae/something-repo',
'name' => 'MHinspeya Something',
],