=========================================== RMTO Integration Setup Checker =========================================== [1/6] Checking PHP SOAP Extension... ✓ SOAP extension is enabled [2/6] Checking PHP OpenSSL Extension... ✓ OpenSSL extension is enabled [3/6] Checking .env file... ✓ .env file found ✓ RMTO_USERNAME is set ✓ RMTO_PASSWORD is set ✓ RMTO_TEST_MODE is set [4/6] Checking RMTO config file... ✓ RMTO config file found [5/6] Checking RMTOService class... ✗ RMTOService class not found [6/6] Checking RMTO migration... ✓ RMTO migration file found File: 2026_02_22_224833_add_rmto_fields_to_bills_table.php Run: php artisan migrate =========================================== Summary =========================================== Success: 5 ✓ PHP SOAP extension is installed ✓ PHP OpenSSL extension is installed ✓ .env file exists ✓ config/rmto.php exists ✓ RMTO migration file exists Errors: 1 ✗ RMTOService class not found ⚠ Please fix the errors above before using RMTO integration.