2017 © Pedro Peláez
 

luya-module luya-module-sitemap

sitemap.xml module for luya CMS

image

cebe/luya-module-sitemap

sitemap.xml module for luya CMS

  • Wednesday, June 20, 2018
  • by cebe
  • Repository
  • 1 Watchers
  • 3 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 5 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

LUYA Logo , (*1)

LUYA sitemap.xml Module

Latest Stable Version Build Status License LUYA, (*2)

The LUYA sitemap.xml module provides sitemap.xml support for SEO., (*3)

Currently it only generates sitemap entries for pages created by the CMS module., (*4)

Installation

For the installation of modules Composer is required., (*5)

composer require cebe/luya-module-sitemap

Configuration

Add the frontend module of the sitemap module to your configuration modules section:, (*6)

return [
    'modules' => [
        // ...
        'sitemap' => [
            'class' => cebe\luya\sitemap\Module::class,
            // available configuration options:

            // include hidden pages in sitemap.xml, default=false
            //'withHidden' => true,

            // encode urls in sitemap.xml, default=true
            //'encodeUrls' => true,
        ],
        // ...
    ],
];

Please note that the module name sitemap is required and should not be changed!, (*7)

Development & Testing

In order to run the unit tests install sqlite, (*8)

sudo apt-get install php-sqlite3

and run the tests, (*9)

./vendor/bin/phpunit tests/

Support

Professional support, consulting as well as software development services are available:, (*10)

https://www.cebe.cc/en/contact, (*11)

Development of this library is sponsored by cebe.:cloud: "Your Professional Deployment Platform"., (*12)

The Versions

20/06 2018

dev-master

9999999-dev

sitemap.xml module for luya CMS

  Sources   Download

BSD-3-Clause

The Requires

 

seo sitemap sitemap.xml luya

20/06 2018

0.9.0-alpha

0.9.0.0-alpha

sitemap.xml module for luya CMS

  Sources   Download

BSD-3-Clause

The Requires

 

seo sitemap sitemap.xml luya