Home >Backend Development >PHP Tutorial >When installing laravel's homestead, when using homestead up to start the display definition up command, an error occurs.

When installing laravel's homestead, when using homestead up to start the display definition up command, an error occurs.

WBOY
WBOYOriginal
2016-08-04 09:21:471088browse

There are only three commands in the homestead command. . Please tell me what went wrong during installation
When installing laravel's homestead, when using homestead up to start the display definition up command, an error occurs.

Reply content:

There are only three commands in the homestead command. . Please tell me what went wrong during installation
When installing laravel's homestead, when using homestead up to start the display definition up command, an error occurs.

The commands of the new version have been changed, this is your version. You need to make first and then vagrant up. You may also need to use composer to install homestead in the current folder

Execute directly in the homestead directory

<code>vagrant up</code>
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:What does "handle" mean?Next article:What does "handle" mean?