PHP code example of nexa-merchant / apps

1. Go to this page and download the library: Download nexa-merchant/apps 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/ */

    

nexa-merchant / apps example snippets


php artisan apps:create

php artisan apps:login

php artisan apps:remove {app_name}

php artisan apps:publish {app_name}