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
I used text and search methods in my command class then when I run the command this error is raised The system cannot find the path specified, after that when I tried to open TextPrompt (for example) I found that the class not exists.
Steps To Reproduce
When I use any method of that package this error message The system cannot find the path specified is raised.
The text was updated successfully, but these errors were encountered:
Unfortunately, it's not currently possible to use Prompts in native Windows due to environmental limitations (see laravel/docs#8924 (comment) for more information)
Once we've merged laravel/framework#46772 into Laravel, the prompts should automatically fall back to Symfony prompts in unsupported environments.
Laravel Prompts Version
0.1.0
Laravel Version
10.10
PHP Version
8.1
Operating System & Version
Windows 10 Enterprise
Terminal Application
bash Terminal
Description
I used
text
andsearch
methods in my command class then when I run the command this error is raised The system cannot find the path specified, after that when I tried to openTextPrompt
(for example) I found that the class not exists.Steps To Reproduce
When I use any method of that package this error message The system cannot find the path specified is raised.
The text was updated successfully, but these errors were encountered: