Hidden Files/Folders
Hi. I'm working on a project using OctoberCMS which is based on Laravel framework.
The issue I'm getting is that in the storage folder there are more files than what it is showing, i.e. all the media etc. But none are showing, only the logs folder.
Any ideas on why it would hide files and folders in the storage are?
Many thanks

Please sign in to leave a comment.
Are you sure the folders really exist and are not only displayed in phpstrom?
Definitely exist. The screenshot shows the file explorer and the folder structure from phpstorm! Also the images which are pointing to the correct path in storage are displaying on the local dev site
PHPStorm:
```
- storage
--- logs
--- .gitignore
```
File explorer:
```
- storage
--- app
--- cms
--- framework
--- logs
--- temp
```
go to
File | Invalidate Caches
select all checkbox and press invalidate and restart button
Cheers for the suggestions. Gave that a try and rebuilt the caches etc but still the same unfortunately. Can't quite work it out, its on all the OctoberCMS framework projects I have.
Please also try closing the project and removing the
.ideafolder from it. It makes sense to back the folder up first.If the issue persists, could you please let me know if any kind of virtualization is attached to the project? Do you maybe run it with Docker or something similar?
Hi Eugene. Many thanks. I deleted the .idea folder and restarted PHPStorm and that worked. Strange as it was a new project! I'll have to see what it adds to the workspace xml and compare to other ones.
Many thanks for everyones help