First commit

This commit is contained in:
2022-02-22 19:07:39 +01:00
commit b67fac10bc
28 changed files with 1194 additions and 0 deletions

10
.env.example Normal file
View File

@@ -0,0 +1,10 @@
APP_NAME="KamilCraft.com"
APP_DEBUG=true
APP_URL=http://127.0.0.1
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=test
DB_USERNAME=root
DB_PASSWORD=