v0.0.1 Added the first files and made a login system.

This commit is contained in:
Victor
2021-06-01 11:29:56 +02:00
parent 78df7dd754
commit dfb9103157
20 changed files with 223 additions and 26 deletions
+3 -3
View File
@@ -21,9 +21,9 @@
"bin/laravel"
],
"autoload": {
"psr-4": {
"Laravel\\Installer\\Console\\": "src/"
}
"classmap": [
"Backend/model"
]
},
"autoload-dev": {
"psr-4": {