Answer the question
In order to leave comments, you need to log in
Who can help run envoy run deploy Laravel?
windows 10
cloned the project from the git ,
then made a number of settings according to the documentation https://laravel.com/docs/5.8/envoy
created a file in the root of the Envoy.blade.php project and configured it
, then I enter it envoy run deploy
and this is what
Answer the question
In order to leave comments, you need to log in
https://laravel.com/docs/5.8/envoy#introduction
Envoy only supports the Mac and Linux operating systems.
I think the first thing you need to do is make sure that the "envoy" file (or "envoy.bat" or "envoy.exe" or some other variant of the executable file) is either in the folder from which you are trying to execute this command, or it is registered in the PATH environment variable. Also, there may be a problem associated with the lack of shebang syntax in Windows , which will require you to start the interpreter by hand, just as it is done with Artisan , for example like this: php artisan run:command
But, after that, I can more likely say that either it will not work for you at all, or the functionality will be severely limited, for reasons voiced by Mr. Vladislav Lyskov .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question