我在休息了一年半之后才重新启动PhpStorm。我使用their own tutorial之后的框架Symfony创建了一个PHP项目,其中包括使用命令行创建一个新项目。
当我启动PhpStorm时,我无法从" open"启动新项目。选项。从新项目文件夹中选择文件后,它什么都不做。
以下是截图:
因此,我们如何从PhpStorm中的现有文件启动项目?
尽管没有Symfony框架,我还是试图创建一个新项目。然而,我甚至无法创建新文件:
然而,
我认为这是写文件权限问题因为我使用Ubuntu。然而,当我按照tutorial from openclassrooms时,我无法获得授予Symfony写入文件的权限:
:/var$ sudo chmod +a "www-data allow, delete, write, append, file_inherit, directory_inherit" app/cache app/logs && sudo chmod +& "'whoami' allow, delete, write, append, file_inherit, directory_inherit, directory_inherit" app/cache app/logs
[3] 17384
'whoami' allow, delete, write, append, file_inherit, directory_inherit, directory_inherit: command not found
[3]+ Stopped sudo chmod +a "www-data allow, delete, write, append, file_inherit, directory_inherit" app/cache app/logs && sudo chmod +