B
B
backqweqweua2019-06-27 12:28:31
Laravel
backqweqweua, 2019-06-27 12:28:31

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 what5d148c64c3fd3052374241.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladislav Lyskov, 2019-06-27
@Vlatqa

https://laravel.com/docs/5.8/envoy#introduction

Envoy only supports the Mac and Linux operating systems.

E
Eugene Wolf, 2019-06-27
@Wolfnsex

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 question

Ask a Question

731 491 924 answers to any question