Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Roberto Santini f00c2a722c bug il y a 3 ans
app bug il y a 3 ans
bootstrap first commi il y a 3 ans
config first commi il y a 3 ans
database bug il y a 3 ans
public first commi il y a 3 ans
resources bug il y a 3 ans
routes bug il y a 3 ans
storage first commi il y a 3 ans
tests first commi il y a 3 ans
.editorconfig first commi il y a 3 ans
.env.example first commi il y a 3 ans
.gitattributes first commi il y a 3 ans
.gitignore first commi il y a 3 ans
.styleci.yml first commi il y a 3 ans
README.md readme il y a 3 ans
SegnalazioniCliente.skipper first commi il y a 3 ans
artisan first commi il y a 3 ans
composer.json first commi il y a 3 ans
composer.lock first commi il y a 3 ans
package.json first commi il y a 3 ans
phpunit.xml first commi il y a 3 ans
server.php first commi il y a 3 ans
tailwind.config.js first commi il y a 3 ans
webpack.mix.js first commi il y a 3 ans

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=