Skip to content

Commit

Permalink
Merge pull request #23 from antonioacampos/update_laravel_11
Browse files Browse the repository at this point in the history
Atualizando para Laravel 11
  • Loading branch information
masakik authored Nov 14, 2024
2 parents 4f36ead + 4650bf5 commit a449582
Show file tree
Hide file tree
Showing 3 changed files with 450 additions and 805 deletions.
35 changes: 17 additions & 18 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
# SENHAUNICA-SOCIALITE ######################################
# https://github.com/uspdev/senhaunica-socialite

# Credenciais/informações do oauth
SENHAUNICA_KEY=fflch_sti
SENHAUNICA_SECRET=sua_super_chave_segura
SENHAUNICA_CALLBACK_ID=85
Expand All @@ -81,6 +82,11 @@ SENHAUNICA_CALLBACK_ID=85
# URL do servidor oauth para uso com senhaunica-faker
#SENHAUNICA_DEV="http://127.0.0.1:3141/wsusuario/oauth"

# Desabilite para não salvar o retorno do oauth em storage/app/debug/oauth/ (default=true)
#SENHAUNICA_DEBUG=

# AS CONFIGURAÇÕES A SEGUIR são relevantes se permission=true

# Esses usuários terão privilégios especiais
#SENHAUNICA_ADMINS=11111,22222,33333
#SENHAUNICA_GERENTES=4444,5555,6666
Expand All @@ -92,9 +98,6 @@ SENHAUNICA_CALLBACK_ID=85
# Se true, os privilégios especiais serão revogados ao remover da lista (default=false)
#SENHAUNICA_DROP_PERMISSIONS=

# Habilite para salvar o retorno em storage/app/debug/oauth/ (default=false)
#SENHAUNICA_DEBUG=

# Código da unidade para identificar os logins próprios ou de outras unidades
SENHAUNICA_CODIGO_UNIDADE=

Expand All @@ -111,16 +114,16 @@ REPLICADO_PASSWORD=
# Código da unidade
REPLICADO_CODUNDCLG=

# Todos os códigos de colegiados da unidade
# Todos os códigos de colegiados da unidade, separados por vírgula
REPLICADO_CODUNDCLGS=${REPLICADO_CODUNDCLG}

# Caminho do log (default=base_path('/storage/logs/replicado.log'))
# Caminho do log (default=base_path('storage/logs/replicado.log'))
#REPLICADO_PATHLOG=

# Converte de/para UTF-8 (default=1)
# Converte de/para UTF-8 (default=true)
#REPLICADO_SYBASE=

# habilita o uso do cache https://github.com/uspdev/cache (default=0)
# habilita o uso do cache https://github.com/uspdev/cache (default=false)
# É necessário configurar a biblioteca antes de usar
#REPLICADO_USAR_CACHE=

Expand All @@ -133,21 +136,18 @@ REPLICADO_CODUNDCLGS=${REPLICADO_CODUNDCLG}
# Se true mostra o retorno de erros do BD (default=APP_DEBUG)
#REPLICADO_DEBUG=

# Nível de detalhes a ser feito log: 1 = somente erros (default), 2 = gera log das queries executadas
#REPLICADO_DEBUG_LEVEL=

# LARAVEL TOOLS #########################################
# https://github.com/uspdev/laravel-tools

# Se sua aplicação está atrás de um proxy e se comunica com o proxy por http mas o proxy
# se comunica com o usuário por https, vc deve forçar o https no laravel (default=false).
#LARAVEL_TOOLS_FORCAR_HTTPS=

# Ativa mensagens de debug (default = app.debug)
#LARAVEL_TOOLS_DEBUG=
# Se sua aplicação está atrás de um proxy e se comunica com o proxy por http mas o proxy
# se comunica com o usuário por https, vc deve forçar o https no laravel (default = false).
#LARAVEL_TOOLS_FORCAR_HTTPS=false

# WSFOTO #########################################
# WSFOTO
# https://github.com/uspdev/wsfoto

# ***** Não instalado. Instalar com:
# composer require uspdev/wsfoto
WSFOTO_USER=
WSFOTO_PASS=

Expand All @@ -162,7 +162,6 @@ WSFOTO_PASS=
# como a foto fake
WS_FOTO_FAKE_PATH=


# DATAGRAD ##################################################

#Lista de codcur dos cursos que vão ser ignorados pelo App/Services/Evasao::retornarCodcurNomcur
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"barryvdh/laravel-dompdf": "^2.1",
"dompdf/dompdf": "^2.0",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.0",
"laravel/sanctum": "^3.2",
"laravel/framework": "^11.0",
"laravel/sanctum": "^4.0",
"laravel/tinker": "^2.8",
"spatie/commonmark-highlighter": "^3.0",
"spatie/laravel-db-snapshots": "^2.6",
Expand All @@ -41,7 +41,6 @@
"laravel/sail": "^1.0.1",
"lucascudo/laravel-pt-br-localization": "^1.2",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^7.0",
"phpunit/phpunit": "^10.0",
"spatie/laravel-ignition": "^2.0"
},
Expand Down
Loading

0 comments on commit a449582

Please sign in to comment.