Skip to content

Tag: console

Argument time does not exist on multi argument console command

Ι made the following command in my laravel project: And once I run the following command in console: I get the following error: Do you know why I get the error and how I can fix it? Answer The problem is your signature. The current signature is: Meaning your parameters are: time: Time that goverment closes th…