mikoweb / joomla-sitemap-component
Joomla Sitemap Component
Package info
github.com/mikoweb/joomla-sitemap-component
Type:joomlatools-installer
pkg:composer/mikoweb/joomla-sitemap-component
dev-master
2015-06-21 22:07 UTC
Requires
- mikoweb/joomla-rapid-framework-plugin: dev-master
This package is auto-updated.
Last update: 2026-02-25 09:04:33 UTC
README
Instalacja
Instalujemy za pomocą Joomla Startup. W pliku update.custom.json dodaj:
"require": { ... "mikoweb/joomla-sitemap-component": "dev-master" }
Wykonaj polecenie:
php joomla.php packages:update
W pliku config/components.yml:
components: com_rapidsitemap: enabled: true
W pliku config/routing.yml
com_rapidsitemap: resource: "components/com_rapidsitemap/routing.yml" prefix: /
Tworzenie tabel w bazie danych:
php app/console doctrine:schema:update --force