Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Davva's avatar
Level 10

Laravel 4.3 artisan error?

Hi, I am trying to use the artisan commands in a fresh install of laravel 4.3. When I run "php artisan" to see the available commands, I get the following error:

{"error":{"type":"LogicException","message":"Cannot set a default value when using InputOption::VALUE_NONE mode.","file":"[the root path]/vendor\/symfony\/console\/Symfony\/Component\/Console\/Input\/InputOption.php","line":162}}

Anyone else had this problem and know the fix?

0 likes
2 replies
Crinsane's avatar
Level 12

I had this too, but it's already fixed. Just composer update your laravel installation.

Please or to participate in this conversation.