Repositories
Introduction
Addon repositories
are Composer package listings like Packagist.org or a SATIS server.
The addons module comes out of the box with support for the PyroCMS marketplace.{.info}
Adding Repositories
The Addons module only supports adding SATIS servers at this time.{.danger}
After setting up a SATIS server and populating it with your addon packages you can add the name and URL
to the Repositories
section of the control panel to integrate it.
Refreshing Repositories
You can refresh the addon repository information by running the refresh
command or by using addons:sync
:
php artisan addons:sync
To force update and overwrite each addon's repository information use the --force
option:
php artisan addons:sync --force