how to configure the eclipse IDE to fully read a laravel project 5

2

When you create a project with composer and import it into the eclipse workspace, some files do not appear like for example .env .gitignore or .json does anyone know how to configure eclipse to be able to write to them?

    
asked by anonymous 10.01.2016 / 14:38

1 answer

2

In the package explorer menu ( Package Explorer ), at the top right you have an arrow pointing down called View Menu (just hover the mouse over to see the ToolTip showing the button name). In the menu that appeared, go to the Filters option ( Filters ) and remove the .* feature.

Inshort:

PackageExplorer->ViewMenu(setaprabaixo)->Filters->remova.*
  

By: scubabbl

    
10.01.2016 / 15:17