0

I'm from following question.

How to configure debug mode with PhpStorm

However my question has been changed.

When I tried set up RUN php artisan serve from RUN button up on PhpStorm menu. Error page is always comes up as same as previous question.

/usr/local/Cellar/php@7.3/7.3.16/bin/php -S localhost:8000 -t /xxxx/Projects/juno_server artisan serve
[Wed Apr  1 14:17:52 2020] PHP Notice:  Undefined index: argv in /xxxx/Projects/juno_server/vendor/symfony/console/Input/ArgvInput.php on line 49
[Wed Apr  1 14:17:52 2020] PHP Stack trace:
[Wed Apr  1 14:17:52 2020] PHP   1. {main}() /xxxx/Projects/juno_server/artisan:0
[Wed Apr  1 14:17:52 2020] PHP   2. Symfony\Component\Console\Input\ArgvInput->__construct() /xxxx/Projects/juno_server/artisan:36
[Wed Apr  1 14:17:52 2020] PHP Warning:  array_shift() expects parameter 1 to be array, null given in /xxxx/Projects/juno_server/vendor/symfony/console/Input/ArgvInput.php on line 53
[Wed Apr  1 14:17:52 2020] PHP Stack trace:
[Wed Apr  1 14:17:52 2020] PHP   1. {main}() /xxxx/Projects/juno_server/artisan:0
[Wed Apr  1 14:17:52 2020] PHP   2. Symfony\Component\Console\Input\ArgvInput->__construct() /xxxx/Projects/juno_server/artisan:36
[Wed Apr  1 14:17:52 2020] PHP   3. array_shift() /xxxx/Projects/juno_server/vendor/symfony/console/Input/ArgvInput.php:53

enter image description here What is wrong?

tajihiro
  • 2,293
  • 7
  • 39
  • 60

0 Answers0