PHP code example of acseo / sylius-admin-tracker-plugin

1. Go to this page and download the library: Download acseo/sylius-admin-tracker-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/ */

    

acseo / sylius-admin-tracker-plugin example snippets


return [
    ...
    ACSEO\SyliusAdminTrackerPlugin\SyliusAdminTrackerPlugin::class => ['all' => true],
];