暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Roberto Santini 85f09f2a8a Bug allegato 3 年前
app Bug allegato 3 年前
bootstrap first commi 3 年前
config Bug allegato 3 年前
database Bug allegato 3 年前
public first commi 3 年前
resources Bugs 3 年前
routes bug 3 年前
storage first commi 3 年前
tests first commi 3 年前
.editorconfig first commi 3 年前
.env.example first commi 3 年前
.gitattributes first commi 3 年前
.gitignore first commi 3 年前
.styleci.yml first commi 3 年前
README.md readme 3 年前
SegnalazioniCliente.skipper first commi 3 年前
artisan first commi 3 年前
composer.json first commi 3 年前
composer.lock first commi 3 年前
package.json first commi 3 年前
phpunit.xml first commi 3 年前
server.php first commi 3 年前
tailwind.config.js first commi 3 年前
webpack.mix.js first commi 3 年前

README.md

Segnalazioni clienti BGW

Installare Laravel.

php artisan config:cache
php artisan migrate
php artisan db:seed

Il DB:SEED crea l’utente standard info@elephantech.it/admin2022

Configurare nel file .env le seguenti variabili:

REDMINE_URL=<url redmine, senza https:// iniziale>
REDMINE_USER=<utente admin di redmine>
REDMINE_PWD=<password>

Configurare la mail:

MAIL_DRIVER=smtp
MAIL_HOST=
MAIL_PORT=465
MAIL_ENCRYPTION=ssl
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_FROM_ADDRESS=
MAIL_FROM_NAME=