mikoweb/joomla-sitemap-component

Joomla Sitemap Component

dev-master 2015-06-21 22:07 UTC

This package is auto-updated.

Last update: 2024-04-25 05:12:21 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

Tworzenie nowej pozycji menu

step 1 step 1 step 1