CLI Commands
Addons
addons:show
Shows statuses and other information for a given addon
:
php artisan addons:show anomaly.module.pages
Alternatively you can specify the addon by package name
:
php artisan addons:download anomaly/pages-module
addons:download
Download an addon
and it's dependencies and append composer.json
requirements.
php artisan addons:download anomaly.extension.authy_authenticator
Alternatively you can specify the addon by package name
:
php artisan addons:download anomaly/authy_authenticator-extension
addons:update
Update an addon
and it's dependencies.
php artisan addons:update anomaly.extension.authy_authenticator
Alternatively you can specify the addon by package name
:
php artisan addons:update anomaly/authy_authenticator-extension
addons:remove
Remove an addon
and it's dependencies and adjust composer.json
requirements.
php artisan addons:remove anomaly.extension.authy_authenticator
Alternatively you can specify the addon by package name
:
php artisan addons:remove anomaly/authy_authenticator-extension
Utilities
addons:sync
Sync repositories and addon information. This command also refreshes information for addons within the addons/{application}
and addons/shared
directories.
php artisan addons:sync