Different file structure?
Different file structure?
Loren Maxwell
Posts: 406Questions: 99Answers: 10
in Editor
Looks like there's a slightly different file structure for Editor 1.8.
I'm upgrading from 1.7.4 and I noticed the "php" folder is missing but there's a "lib" folder now.
These aren't reflected in the documentation yet.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You are right - I'll note that more clearly in the docs. 1.8 so a major change in our build structure and there were one of two things that fell out of that, such as having a
lib
directory rather thanphp
(to make it more like the packages for the other platforms). The structure of the PHP libraries has changed a little as well. They are now PSR-4 compliant for use with the Composer auto loader.Allan