This commit is contained in:
KhaiNguyen
2020-02-13 10:39:37 +07:00
commit 59401cb805
12867 changed files with 4646216 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
The ruckusing framework requires a constant to be defined that points to a directory that matches the directory structure it itself uses.
From there it will require files to load. If the plugin is installed with composer we have no way of determining where ruckusing is installed.
This doesn't matter any way as all it's files are autoloaded. Instead we just give it a directory that matches it's own structure with no files.
Ruckusing will then scan this directory and not load any files. Then see that all the classes it wanted exist anyway and happily continue on.

View File

@@ -0,0 +1,7 @@
The ruckusing framework requires a constant to be defined that points to a directory that matches the directory structure it itself uses.
From there it will require files to load. If the plugin is installed with composer we have no way of determining where ruckusing is installed.
This doesn't matter any way as all it's files are autoloaded. Instead we just give it a directory that matches it's own structure with no files.
Ruckusing will then scan this directory and not load any files. Then see that all the classes it wanted exist anyway and happily continue on.