Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 658 Bytes

2-Configuration.md

File metadata and controls

33 lines (22 loc) · 658 Bytes

2. Configuration

Table of contents

  1. Installation and Setup
  2. Configuration
  3. Usage

Settings

// config/sitemap.php

<?php

return [
     /* -----------------------------------------------------------------
     |  Escaping
     | -----------------------------------------------------------------
     */

    'escaping'      => true,

    /* -----------------------------------------------------------------
     |  Max size
     | -----------------------------------------------------------------
     */

    'urls-max-size' => 50000, // 50 000 URLs

];