Skip to content

Commit

Permalink
feat: ⬆️ upgrade to Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
cbouvat committed Oct 25, 2024
1 parent d333f8f commit 5dc373b
Show file tree
Hide file tree
Showing 163 changed files with 1,378 additions and 3,807 deletions.
49 changes: 28 additions & 21 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,56 @@ APP_NAME=Oasso
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_TIMEZONE=UTC
APP_URL=http://localhost

APP_LOCALE=en
APP_FALLBACK_LOCALE=en
APP_FAKER_LOCALE=en_US

APP_MAINTENANCE_DRIVER=file
# APP_MAINTENANCE_STORE=database

PHP_CLI_SERVER_WORKERS=4

BCRYPT_ROUNDS=12

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

DB_CONNECTION=mysql
DB_CONNECTION=sqlite
DB_HOST=mariadb
DB_PORT=3306
DB_DATABASE=oasso
DB_USERNAME=oasso
DB_PASSWORD=password
DB_ROOT_PASSWORD=password

BROADCAST_DRIVER=log
CACHE_DRIVER=file
FILESYSTEM_DISK=local
QUEUE_CONNECTION=sync
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=

MEMCACHED_HOST=127.0.0.1

REDIS_CLIENT=phpredis
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

MAIL_MAILER=smtp
MAIL_HOST=mailpit
MAIL_PORT=1025
MAIL_MAILER=log
MAIL_HOST=127.0.0.1
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
Expand All @@ -44,17 +64,4 @@ AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=
AWS_USE_PATH_STYLE_ENDPOINT=false

PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_HOST=
PUSHER_PORT=443
PUSHER_SCHEME=https
PUSHER_APP_CLUSTER=mt1

VITE_APP_NAME="${APP_NAME}"
VITE_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
VITE_PUSHER_HOST="${PUSHER_HOST}"
VITE_PUSHER_PORT="${PUSHER_PORT}"
VITE_PUSHER_SCHEME="${PUSHER_SCHEME}"
VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
/public/hot
/public/storage
/storage/*.key
/storage/pail
/vendor
.env
.env.backup
.env.production
.phpactor.json
.phpunit.result.cache
Homestead.json
Homestead.yaml
Expand All @@ -17,6 +19,7 @@ yarn-error.log
/.fleet
/.idea
/.vscode
/.zed
/docker/mariadb/datas
/docker-compose.yml
.DS_Store
39 changes: 0 additions & 39 deletions app/Actions/Fortify/CreateNewUser.php

This file was deleted.

24 changes: 0 additions & 24 deletions app/Actions/Fortify/PasswordValidationRules.php

This file was deleted.

29 changes: 0 additions & 29 deletions app/Actions/Fortify/ResetUserPassword.php

This file was deleted.

32 changes: 0 additions & 32 deletions app/Actions/Fortify/UpdateUserPassword.php

This file was deleted.

57 changes: 0 additions & 57 deletions app/Actions/Fortify/UpdateUserProfileInformation.php

This file was deleted.

19 changes: 0 additions & 19 deletions app/Actions/Jetstream/DeleteUser.php

This file was deleted.

27 changes: 0 additions & 27 deletions app/Console/Kernel.php

This file was deleted.

30 changes: 0 additions & 30 deletions app/Exceptions/Handler.php

This file was deleted.

Loading

0 comments on commit 5dc373b

Please sign in to comment.