PHP code example of matfish / craft-blogify

1. Go to this page and download the library: Download matfish/craft-blogify 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/ */

    

matfish / craft-blogify example snippets


return [
     // matrix templates path relative to the templates folder
    'matrixTemplatesPath'=>'my/matrix/path'
];

return [
   'postViewsExcludeIps'=>[
       '192.168.10.1'
  ]
];

php craft plugin/install blogify

php craft blogify/seed

php craft blogify/views/record