2017 © Pedro Peláez
 

joomlatools-installer joomla-sitemap-component

Joomla Sitemap Component

image

mikoweb/joomla-sitemap-component

Joomla Sitemap Component

  • Monday, June 22, 2015
  • by mikoweb
  • Repository
  • 3 Watchers
  • 2 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Joomla Sitemap Component

Instalacja

Instalujemy za pomocą Joomla Startup. W pliku update.custom.json dodaj:, (*1)

"require": {
    ...
    "mikoweb/joomla-sitemap-component": "dev-master"
}

Wykonaj polecenie:, (*2)

php joomla.php packages:update, (*3)

W pliku config/components.yml:, (*4)

components:
  com_rapidsitemap:
    enabled: true

W pliku config/routing.yml, (*5)

com_rapidsitemap:
    resource: "components/com_rapidsitemap/routing.yml"
    prefix: /

Tworzenie tabel w bazie danych:, (*6)

php app/console doctrine:schema:update --force, (*7)

Tworzenie nowej pozycji menu

step 1 step 1 step 1, (*8)

The Versions

22/06 2015

dev-master

9999999-dev http://vision-web.pl

Joomla Sitemap Component

  Sources   Download

MIT

The Requires

  • mikoweb/joomla-rapid-framework-plugin dev-master