PHP code example of igogo5yo / yii2-seo-link-pager

1. Go to this page and download the library: Download igogo5yo/yii2-seo-link-pager library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

igogo5yo / yii2-seo-link-pager example snippets


...
'pager' => [
    'class' => igogo5yo\seolinkpager\SeoLinkPager::className(),
    'prevOptions' => ['rel' => 'prev'],
    'nextOptions' => ['rel' => 'next']
],
...