You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➜ cd text
PHP Fatal error: Uncaught TypeError: in_array(): Argument #2 ($haystack) must be of type array, null given in /home/kintech/.config/composer/vendor/laravel/installer/src/NewCommand.php:813
Stack trace:
#0 /home/kintech/.config/composer/vendor/laravel/installer/src/NewCommand.php(813): in_array() #1 /home/kintech/.config/composer/vendor/laravel/installer/src/NewCommand.php(246): Laravel\Installer\Console\NewCommand->isParked() #2 /home/kintech/.config/composer/vendor/symfony/console/Command/Command.php(279): Laravel\Installer\Console\NewCommand->execute() #3 /home/kintech/.config/composer/vendor/symfony/console/Application.php(1029): Symfony\Component\Console\Command\Command->run() #4 /home/kintech/.config/composer/vendor/symfony/console/Application.php(316): Symfony\Component\Console\Application->doRunCommand() #5 /home/kintech/.config/composer/vendor/symfony/console/Application.php(167): Symfony\Component\Console\Application->doRun() #6 /home/kintech/.config/composer/vendor/laravel/installer/bin/laravel(13): Symfony\Component\Console\Application->run() #7 /home/kintech/.config/composer/vendor/bin/laravel(119): include('...') #8 {main}
thrown in /home/kintech/.config/composer/vendor/laravel/installer/src/NewCommand.php on line 813
The text was updated successfully, but these errors were encountered:
We're closing this issue because it's inactive, already solved, old, or not relevant anymore. Feel free to open up a new issue if you're still experiencing this problem.
Installer Version
5.8.5
Description
i am getting this error on debian 12
Steps To Reproduce
➜ cd text
PHP Fatal error: Uncaught TypeError: in_array(): Argument #2 ($haystack) must be of type array, null given in /home/kintech/.config/composer/vendor/laravel/installer/src/NewCommand.php:813
Stack trace:
#0 /home/kintech/.config/composer/vendor/laravel/installer/src/NewCommand.php(813): in_array()
#1 /home/kintech/.config/composer/vendor/laravel/installer/src/NewCommand.php(246): Laravel\Installer\Console\NewCommand->isParked()
#2 /home/kintech/.config/composer/vendor/symfony/console/Command/Command.php(279): Laravel\Installer\Console\NewCommand->execute()
#3 /home/kintech/.config/composer/vendor/symfony/console/Application.php(1029): Symfony\Component\Console\Command\Command->run()
#4 /home/kintech/.config/composer/vendor/symfony/console/Application.php(316): Symfony\Component\Console\Application->doRunCommand()
#5 /home/kintech/.config/composer/vendor/symfony/console/Application.php(167): Symfony\Component\Console\Application->doRun()
#6 /home/kintech/.config/composer/vendor/laravel/installer/bin/laravel(13): Symfony\Component\Console\Application->run()
#7 /home/kintech/.config/composer/vendor/bin/laravel(119): include('...')
#8 {main}
thrown in /home/kintech/.config/composer/vendor/laravel/installer/src/NewCommand.php on line 813
The text was updated successfully, but these errors were encountered: