PHP code example of shortlist-digital / agreable-instant-articles-plugin

1. Go to this page and download the library: Download shortlist-digital/agreable-instant-articles-plugin 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/ */

    

shortlist-digital / agreable-instant-articles-plugin example snippets


app/Generators
    ├── Divider.php
    ├── Embed.php
    ├── Footer.php
    ├── Gallery.php
    ├── GeneratorInterface.php
    ├── Heading.php
    ├── Html.php
    ├── Image.php
    ├── Listicle.php
    ├── Paragraph.php
    ├── PullQuote.php
    ├── StandFirst.php
    ├── SuperHero.php
    ├── Telemetry_acquisition.php
    └── views
        ├── embed.twig
        ├── footer.twig
        ├── gallery.twig
        ├── heading.twig
        ├── html.twig
        ├── image.twig
        ├── paragraph-social.twig
        ├── paragraph-template.twig
        ├── paragraph.twig
        ├── pull-quote.twig
        ├── standfirst.twig
        └── super-hero.twig