Recent content by Matanzas

  1. Matanzas

    Issue Laravel Toolkit 1.5.7 fails to detect Laravel 13 instance — artisan list --format=json returns empty output for domain user

    Hi @Sebahat.hadzhi The file was a Console/Command with a ISO-8859-1 (I think, don't really remember well; the files was provided by an AI, and I download as it, check the code and was OK, but don't check the format...by mistake, would happen again), but the main problem was the CRLF; its looks...
  2. Matanzas

    Issue Laravel Toolkit 1.5.7 fails to detect Laravel 13 instance — artisan list --format=json returns empty output for domain user

    Hi @Sebahat.hadzhi Problem solve!!! The issue was a command file (ai generated) with an incorrect encoding (Non-ISO extended-ASCII with NEL (Next Line, 0x85) line terminators instead of standard UTF-8); The NEL characters in the malformed file were being injected into stdout before the JSON...
  3. Matanzas

    Issue Laravel Toolkit 1.5.7 fails to detect Laravel 13 instance — artisan list --format=json returns empty output for domain user

    I check all files, the problem only happens with json output format. The root cause identified: When filemng executes artisan list --format=json as the domain user, it returns 0 bytes (empty output). All other formats work correctly: artisan list --format=txt → works artisan list --format=md...
  4. Matanzas

    Issue Laravel Toolkit 1.5.7 fails to detect Laravel 13 instance — artisan list --format=json returns empty output for domain user

    Greatings After the automatic update of Laravel Toolkit to 1.5.7-11846 (applied automatically on May 22, 2026 at 03:46), the toolkit stopped detecting my Laravel 13 application. The toolkit was working correctly on May 21, 2026. Environment: - Laravel Toolkit: 1.5.7-11846 - Laravel: 13.4.0 -...
Back
Top