Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcvlad committed Oct 8, 2024
1 parent cf82657 commit 4c7a4f2
Show file tree
Hide file tree
Showing 33 changed files with 3,714 additions and 3,325 deletions.
48 changes: 31 additions & 17 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,45 @@ APP_NAME=Enso
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_TIMEZONE=UTC
APP_URL=http://localhost
VITE_APP_NAME="${APP_NAME}"

APP_LOCALE=en
APP_FALLBACK_LOCALE=en
APP_FAKER_LOCALE=en_US

APP_MAINTENANCE_DRIVER=file
# APP_MAINTENANCE_STORE=database

BCRYPT_ROUNDS=12

OWNER_COMPANY_ID=1

LOG_CHANNEL=stack
LOG_STACK=single
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=enso
DB_USERNAME=root
DB_PASSWORD=
DB_CONNECTION=sqlite
# DB_HOST=127.0.0.1
# DB_PORT=3306
# DB_DATABASE=enso
# DB_USERNAME=root
# DB_PASSWORD=

BROADCAST_DRIVER=log
CACHE_DRIVER=file
FILESYSTEM_DISK=local
SESSION_DRIVER=file

SESSION_DRIVER=database
SESSION_LIFETIME=120
SESSION_ENCRYPT=false
SESSION_PATH=/
SESSION_DOMAIN=null

BROADCAST_CONNECTION=log
FILESYSTEM_DISK=local
QUEUE_CONNECTION=database

CACHE_STORE=database
CACHE_PREFIX=

CACHE_LIFETIME=60

Expand All @@ -33,6 +51,7 @@ PASSWORD_MIXED_CASE=0
PASSWORD_NUMERIC=0
PASSWORD_SPECIAL=0

REDIS_CLIENT=phpredis
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
Expand All @@ -56,17 +75,12 @@ AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=
AWS_USE_PATH_STYLE_ENDPOINT=false

PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_APP_CLUSTER=mt1

SENTRY_DSN=

TELESCOPE_ENABLED=0

ENSO_API_TOKEN=

TINY_MCE_API_KEY=
VITE_APP_NAME="${APP_NAME}"

SANCTUM_STATEFUL_DOMAINS=localhost,127.0.0.1,127.0.0.1:8000,localhost:8080,::1
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Homestead.yaml
# env
.env
.env.backup
.phpactor.json
# logs
.phpunit.result.cache
.php_cs
Expand All @@ -29,6 +30,7 @@ yarn-error.log
# code editors
/.idea
/.vscode
/.zed
*.suo
*.ntvs*
*.njsproj
Expand Down
51 changes: 0 additions & 51 deletions app/Console/Kernel.php

This file was deleted.

14 changes: 0 additions & 14 deletions app/Http/Middleware/Authenticate.php

This file was deleted.

10 changes: 0 additions & 10 deletions app/Http/Middleware/EncryptCookies.php

This file was deleted.

10 changes: 0 additions & 10 deletions app/Http/Middleware/PreventRequestsDuringMaintenance.php

This file was deleted.

25 changes: 0 additions & 25 deletions app/Http/Middleware/RedirectIfAuthenticated.php

This file was deleted.

14 changes: 0 additions & 14 deletions app/Http/Middleware/TrimStrings.php

This file was deleted.

15 changes: 0 additions & 15 deletions app/Http/Middleware/TrustHosts.php

This file was deleted.

18 changes: 0 additions & 18 deletions app/Http/Middleware/TrustProxies.php

This file was deleted.

10 changes: 0 additions & 10 deletions app/Providers/AuthServiceProvider.php

This file was deleted.

13 changes: 0 additions & 13 deletions app/Providers/BroadcastServiceProvider.php

This file was deleted.

24 changes: 0 additions & 24 deletions app/Providers/EventServiceProvider.php

This file was deleted.

45 changes: 0 additions & 45 deletions app/Providers/RouteServiceProvider.php

This file was deleted.

Loading

0 comments on commit 4c7a4f2

Please sign in to comment.