sfx101 / deck

DECK is a powerful and high performant local web development studio, an open source alternative to Docker desktop
https://github.com/deck-app
GNU Affero General Public License v3.0
1.51k stars 71 forks source link

Unable to add existing Laravel projects #57

Closed Kyzegs closed 2 years ago

Kyzegs commented 2 years ago

The description of the project path indicates the possibility of adding existing project paths. But whenever I set the project path to an existing folder with a Laravel project, it returns the error "The selected project path is not empty, select an empty path."

sfx101 commented 2 years ago

Hi @Kyzegs , thanks for trying out DECK. You might be using the Windows version. In Windows, the file sync from the host machine to the WSL path is extremely slow. That is why DECK requires an empty folder to begin with when creating a project. However, you could copy and paste your existing codebase into the selected path before starting the project. That way, it won't install Laravel and skip the download.

irman commented 1 year ago

@sfx101 maybe we could select and existing project path from the \wsl$\ path instead since my projects are already in wsl$ since I already used to lando/docker development. PHPStorm supports it too. image