PHP code example of philippoehrlein / typo-search-and-paste

1. Go to this page and download the library: Download philippoehrlein/typo-search-and-paste 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/ */

    

philippoehrlein / typo-search-and-paste example snippets


// site/config/config.php
return [
  'panel' => [
    'viewButtons' => [
      // Page view
      'page' => ['typo-search-and-paste', 'preview', 'settings', 'languages', 'status'],
      // Site view
      'site' => ['typo-search-and-paste', 'preview', 'languages']
    ]
  ]
];
bash
php data/src/build.php [options]
bash
  php data/src/build.php --lang=en,de
  
bash
  php data/src/build.php --
bash
  php data/src/build.php --exclude=math,symbols