You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`public`: Everything in this directory will be publicy accessible via web. Use this folder to serve static images.
23
+
*`public`: Everything in this directory will be publicly accessible via web. Use this folder to serve static images.
24
24
*`assets`: The frontend assets are saved here. You can find the javascript and CSS code here.
25
25
*`src`: Part-DB's PHP code is saved here. Note that the sub directories are structured by the classes purposes (so use `Controller` Controllers, `Entities` for Database models, etc.)
26
26
*`translations`: The translations used in Part-DB are saved here
@@ -49,7 +49,7 @@ Part-DB uses GitHub actions to run various tests and checks on the code:
49
49
* PHPunit tests run successful
50
50
* Config files, translations and templates has valid syntax
51
51
* Doctrine schema valid
52
-
* No known vulnerable dependecies are used
52
+
* No known vulnerable dependencies are used
53
53
* Static analysis successful (phpstan with `--level=2`)
54
54
55
55
Further the code coverage of the PHPunit tests is determined and uploaded to [CodeCov](https://codecov.io/gh/Part-DB/Part-DB-server).
0 commit comments