PhileCMS / Phile

A flat file CMS with a swappable parser and template engine.
https://philecms.github.io/
Other
257 stars 49 forks source link

[TASK] Remove non-lib folders from the lib folder #143

Closed james2doyle closed 9 years ago

james2doyle commented 10 years ago
lib/cache
lib/datastorage

Where would be a better home for these? I want to keep the top level folder clean, so finding a decent place for these would be nice. Maybe something like storage/{cache,datastorage}

NeoBlack commented 10 years ago

as described in #133 this folders should be part of the core. maybe auto create on first run

NeoBlack commented 10 years ago

here is a first implementation: https://github.com/NeoBlack/Phile/tree/feature_1_4/createFolders

new folder structure:

protected/cache/
protected/datastorage/

these folders will be created from bootstrap class. There must be implemented some more checks and error handling, but it shows my idea.

tags: #133

Schlaefer commented 9 years ago

closed in #249