Commit Graph

9 Commits (abe2774a714c7cac3864beed85642c0c4c23b9e4)

Author SHA1 Message Date
Daniël Klabbers abe2774a71 Revert "fix: storage folders drop with composer install"
This reverts commit c5304b93f1.
2025-02-25 22:32:12 +01:00
Daniël Klabbers c5304b93f1 fix: storage folders drop with composer install
When you install using composer the .gitattributes causes the gitignore
files inside the storage folders (and the root) to disappear. If you
then try to commit the project to git it won't include these folders,
nor show you that you can include them.

With this change we renamed the gitignores to gitkeep to ensure these
files remain part of your installation when installing with composer.
They will then also show up in your git to be versioned.
2025-02-25 22:25:18 +01:00
Franz Liedke 2798440851
Add directory for storing session data 2018-03-18 15:57:18 +01:00
Toby Zerner e1c0f1794a Add folder for locale cache 2017-11-12 22:42:51 +10:30
Toby Zerner 771549c015 Add temporary file storage dir 2015-10-14 15:50:04 +10:30
Toby Zerner e3b14ea8ce Reorganise storage directories 2015-10-07 23:09:09 +10:30
Toby Zerner 3a0d8a656a New Composer-driven app skeleton
- One front controller to simplify server setup
- Extract all bootstrap code into flarum/server
- Clean up folder structure
2015-10-02 17:07:11 +09:30
Toby Zerner d9ebd27a93 New skeleton architecture
flarum/core submodule needs to be added back in (to system/core)
2015-04-25 22:57:04 +09:30
Toby Zerner 0b3f7acf5f Upgrade to Laravel 5. Delete stuff that we don't need. 2015-02-24 20:37:26 +10:30