79465060

Date: 2025-02-24 23:39:16
Score: 1.5
Natty:
Report link

change in the file NewCommand.php where you can find it at C:\Users**\AppData\Roaming\Composer\vendor\laravel\installer\src

from $name = mb_rtrim($input->getArgument('name'), '/\'); into $name = rtrim($input->getArgument('name'), '/\');

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: AlMounkez