laravel / forge-cli

The Laravel Forge CLI.
https://forge.laravel.com
MIT License
227 stars 35 forks source link

Passing null to parameter #1 ($string) of type string is deprecated #53

Closed briantuju closed 2 years ago

briantuju commented 2 years ago

Description:

I am experiencing an error when I try to view my site logs via the CLI. I have authenticated properly, and the SSH is working too. The error message I'm getting is strtolower(): Passing null to parameter #1 ($string) of type string is deprecated.

Steps To Reproduce:

Run the command to list site logs: forge site:logs [my_site_name.com]

nunomaduro commented 2 years ago

@briantuju Can you share the full error output please?

nunomaduro commented 2 years ago

Please try with the latest version of Forge CLI, and let me know how it goes.

briantuju commented 2 years ago

Please try with the latest version of Forge CLI, and let me know how it goes.

I just tried with the newer version. It works. Thanks alot.