暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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=