Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Zend Studio 8: How to make .htaccess and .zfproject.xml appear?

I've just begun using Zend Studio 8 to develop Zend Framework projects, and it seems that by default, Zend Studio doesn't display the /public/.htaccess and .zfproject.xml files.

Both files are created when creating a ZF project -- they just don't display in the PHP Explorer view along with all of the other project files.

Does anyone know if there is a setting in Zend Studio to make these files appear so I can open them from within Zend Studio?

like image 753
cantera Avatar asked Dec 10 '22 06:12

cantera


1 Answers

In the PHP Explorer window, you have on the top-right edge an triangle (showing downside). Click on it and choose "Filters...". Then uncheck ".* resources" and press "OK". Now you see (unix)hidden files in your Zend Studio PHP Explorer.

--

In version 13.6

Project Explorer -> ▽ -> Customize View... -> Filters (tab)

like image 195
breiti Avatar answered May 22 '23 09:05

breiti