PHP code example of inkifi / mediaclip-legacy

1. Go to this page and download the library: Download inkifi/mediaclip-legacy 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/ */

    

inkifi / mediaclip-legacy example snippets


bin/magento maintenance:enable      
php -d memory_limit=-1 /usr/bin/composer remove inkifi/mediaclip-legacy
rm -rf composer.lock
php -d memory_limit=-1 /usr/bin/composer clear-cache
php -d memory_limit=-1 /usr/bin/composer backend \
	-f en_US en_GB
bin/magento setup:static-content:deploy \
	--area frontend \
	--theme Infortis/ultimo \
	-f en_US en_GB
bin/magento maintenance:disable