PHP code example of agenciafmd / admix-articles

1. Go to this page and download the library: Download agenciafmd/admix-articles 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/ */

    

agenciafmd / admix-articles example snippets




return [
    'name' => 'Articles',
    'icon' => 'template',
    'sort' => 120,
    'author' => true,
    'call' => false,
    'short_description' => true,
    'video' => false,
    'published_at' => true,
    'image' => [
        'max' => 2048, // em kb
        'max_width' => 3840,
        'max_height' => 2160,
        'crop_config' => [
            // 'aspectRatio' => round(3840 / 2160, 2),
        ],
        'show_meta' => false,
    ],
    'gallery' => [
        //
    ],
];