Açıklama Yok
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 483aa2d425 custom fields e grafica 3 yıl önce
app custom fields e grafica 3 yıl önce
bootstrap first commi 3 yıl önce
config Bug allegato 3 yıl önce
database bug permessi 3 yıl önce
public first commi 3 yıl önce
resources custom fields e grafica 3 yıl önce
routes custom fields e grafica 3 yıl önce
storage first commi 3 yıl önce
tests first commi 3 yıl önce
.editorconfig first commi 3 yıl önce
.env.example first commi 3 yıl önce
.gitattributes first commi 3 yıl önce
.gitignore first commi 3 yıl önce
.styleci.yml first commi 3 yıl önce
README.md readme 3 yıl önce
SegnalazioniCliente.skipper first commi 3 yıl önce
artisan first commi 3 yıl önce
composer.json first commi 3 yıl önce
composer.lock first commi 3 yıl önce
package.json first commi 3 yıl önce
phpunit.xml first commi 3 yıl önce
server.php first commi 3 yıl önce
tailwind.config.js first commi 3 yıl önce
webpack.mix.js first commi 3 yıl önce

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=