Use public/ instead of webroot/
Resolves https://github.com/cakephp/app/issues/1054
This PR has to wait until we have a 6.x branch.
Ok
Why are the webroot files still included?
This PR has to wait until we have a 6.x branch.
Why? Application skeletons are generally used for 'new' applications, and we could switch to public in a minor release. One potential issue I could see is that plugins will still be using webroot and not public.
I wouldnt want to make such a drastic chance between majors. It only confused everyone and many plugins or alike might expect a certain path.
I wouldn't make this change in a minor either, it would create a lot of confusion and documentation inconsistency.
This pull request is stale because it has been open 30 days with no activity. Remove the stale label or comment on this issue, or it will be closed in 15 days