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

dries's avatar
Level 2

php artisan down --allow

Hi

When running following command: php artisan down --allow=xxx.xxx.xxx.xxx (my ip of course)

I get the following exception: [Symfony\Component\Console\Exception\RuntimeException] The "--allow" option does not exist.

I'm using a new Laravel 5.6 project. The docs state that this should be possible.

Any solutions ?

0 likes
2 replies
Snapey's avatar

can you use artisan to check the version?

dries's avatar
Level 2

Sorry, it's version 5.4.19, which does not support the option. I'm working on another 5.6 project, which got me confused. :-)

Please or to participate in this conversation.