- add LICENSE file

- delete lms.sql
- add readme.md
- rename workspace file
- prepared .env.example
- resized gba logo
This commit is contained in:
Arno Kaimbacher 2020-06-15 17:56:40 +02:00
parent b3094718b2
commit 59cf061308
7 changed files with 105 additions and 463 deletions

12
Tethys.code-workspace Normal file
View file

@ -0,0 +1,12 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
// "phpfmt.php_bin": "\"C:\\ProgramData\\scoop\\apps\\php-nts\\current\\php.exe\"",
"phpfmt.php_bin": "php",
"phpfmt.psr2": true
}
}