sourcentis / mercator-core
Mercator core services (modules, licensing, menus, domain models).
1.77.0
2026-04-19 17:36 UTC
Requires
- php: ^8.2
- ext-openssl: *
- laravel/framework: ^11.46
- laravel/passport: ^13
Requires (Dev)
- phpstan/phpstan: ^2.1
This package is auto-updated.
Last update: 2026-05-19 17:46:39 UTC
README
Core services for Mercator: module management, licensing, menus, and domain models.
Commands
License Management
# Install a license php artisan license:install --key=YOUR-LICENSE-KEY php artisan license:install --file=/path/to/license.json php artisan license:install --key=YOUR-KEY --validate # Check license validity php artisan license:check php artisan license:check --server # Display license information php artisan license:info php artisan license:info --json php artisan license:info --modules
Module Management
List modules
# List all available modules php artisan mercator:module:list # List only installed modules php artisan mercator:module:list --installed # List only enabled modules php artisan mercator:module:list --enabled
Manage modules
# Show module status php artisan mercator:module:status module_name # Discover and install new modules automatically php artisan mercator:module:discover # Install a specific module php artisan mercator:module:install module_name # Enable a module php artisan mercator:module:enable module_name # Disable a module php artisan mercator:module:disable module_name
Requirements
- PHP >= 8.3
- Laravel >= 10.0
License
AGPL-3.0