PHP code example of improntus / module-uber

1. Go to this page and download the library: Download improntus/module-uber 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/ */

    

improntus / module-uber example snippets

sh
php bin/magento deploy:mode:set developer
php bin/magento module:enable Improntus_Uber
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy es_AR en_US
php bin/magento setup:di:compile
sh
php bin/magento module:enable Improntus_Uber
php bin/magento setup:upgrade
php bin/magento deploy:mode:set production